We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c3ef9 commit 76e8f14Copy full SHA for 76e8f14
CONTRIBUTING.md
@@ -90,7 +90,7 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
90
### To release a new version:
91
92
1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
93
-2. Update the version number in `version.rb`
+2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
94
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
95
4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
96
5. Run `git push` to trigger the final CI pipeline before release, & merge PRs
0 commit comments