Skip to content

Creating new releases

Ondřej Chrastina edited this page Mar 24, 2021 · 5 revisions

This page is primarily for the maintainers of this repository.

To publish the new version of the delivery-sdk-ruby gem, follow these steps:

  1. Increase version in /lib/delivery/version.rb
  2. Create a pull request with the change
  3. After the pull request is merged to the master branch, Create a new release
    • Use tag syntax as is recommended
    • Use the same version as it is in version.rb file
  4. After the successful release a new GitHub action publish-gem is run and the new version is published automatically to rubygems

If you have any problem, please contact the code owners of this repository.

Clone this wiki locally