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 1 commit
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,8 @@ 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 and merge it
malikparvez marked this conversation as resolved.
Show resolved Hide resolved
2. Run the GitHub Actions release workflow, and it will publish a new version on RubyGems

## Contributors

Expand Down