Skip to content

Commit fd28aa6

Browse files
authored
Merge pull request #116 from puppetlabs/PF-2866_2
Update README.md for gem release process
2 parents 296f3ec + 8122a98 commit fd28aa6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)