Skip to content

Commit 0ce2c3e

Browse files
author
Jin Huang
committed
fix readme to revert incorrect instruction for Releasing a new gem version
1 parent 152b0a9 commit 0ce2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
454454

455455
1. From updated master: `git checkout -b bump-vX.X.X`, according to [SemVer](https://semver.org)
456456
2. Ensure the CHANGELOG is correct and updated, this is your last opportunity
457-
3. Execute `BUNDLE_GEMFILE=Gemfile.2.7 bundle exec bump patch --tag # minor|major`, this bumps the version in a new commit, and adds the relative git tag
457+
3. Execute `bundle exec bump patch --tag # minor|major`, this bumps the version in a new commit, and adds the relative git tag
458458
4. Push to GitHub `git push origin vX.X.X -u && git push --tags`
459459
5. Raise a PR ([example](https://github.com/zendesk/zendesk_api_client_rb/pull/540)) including the code diff ([example](https://github.com/zendesk/zendesk_api_client_rb/compare/v2.0.1...v3.0.0.rc1))
460460
6. Get it approved and merged

0 commit comments

Comments
 (0)