-
Notifications
You must be signed in to change notification settings - Fork 1
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:
- Increase version in
/lib/delivery/version.rb
- Follow the Semantic versioning system
- Create a pull request with the change
- 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
- 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.