Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for gem release process #116

Merged
merged 5 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,12 @@ to create a free account to add new tickets.

## Releasing

1. Make sure version, changelog, etc. have been updated.
1. Commit and tag with new version number: e.g. `v1.2.3`
1. Push tag to Github: `git push upstream --tags` (where `upstream` is the remote name of the puppetlabs fork of this repo)
1. Wait for Travis CI to test and push new release to Rubygems.
1. Run the [release_prep] GitHub Action with the new version number, for example, 1.2.3. It will create a new pull request
2. Please check the changelog and ensure all issues/prs have correct labels
3. Run the GitHub Actions [release] workflow, and it will publish a new version on RubyGems

[release_prep]: https://github.com/puppetlabs/forge-ruby/actions/workflows/release_prep.yml
[release]: https://github.com/puppetlabs/forge-ruby/actions/workflows/release.yml

## Contributors

Expand Down