File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -244,10 +244,12 @@ to create a free account to add new tickets.
244244
245245## Releasing
246246
247- 1 . Make sure version, changelog, etc. have been updated.
248- 1 . Commit and tag with new version number: e.g. ` v1.2.3 `
249- 1 . Push tag to Github: ` git push upstream --tags ` (where ` upstream ` is the remote name of the puppetlabs fork of this repo)
250- 1 . Wait for Travis CI to test and push new release to Rubygems.
247+ 1 . Run the [ release_prep] GitHub Action with the new version number, for example, 1.2.3. It will create a new pull request
248+ 2 . Please check the changelog and ensure all issues/prs have correct labels
249+ 3 . Run the GitHub Actions [ release] workflow, and it will publish a new version on RubyGems
250+
251+ [ release_prep ] : https://github.com/puppetlabs/forge-ruby/actions/workflows/release_prep.yml
252+ [ release ] : https://github.com/puppetlabs/forge-ruby/actions/workflows/release.yml
251253
252254## Contributors
253255
You can’t perform that action at this time.
0 commit comments