Skip to content

automating gem releases #51

Answered by andrewmcodes
benkoshy asked this question in AMA
Discussion options

You must be logged in to vote

Do I have to manually update the gem's version in the version.rb file? Or will this be handled automatically by all the actions.

It should be automatically updated by the action in the PR it creates with the upcoming launch. In that PR it should be updating the version according to your semantic commits and changelog.

Here is an example from this project: #62. I know it's updating package.json instead of version.rb in this example but it's the same concept. You tell it what to point to in the action config by specifying release-type in the action (example). For Ruby projects, it will look for version.rb based on this chart.

Also was curious whether you knew anything about how the githu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@benkoshy
Comment options

Answer selected by andrewmcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
AMA
Labels
build Changes that affect the build system or external dependencies
2 participants