You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,6 @@ Rubocop regularly releases new versions with new cops. We want to keep up to dat
51
51
52
52
1. Update [`lib/version.rb`](lib/version.rb) with the next version number
53
53
2. Update the `CHANGELOG` with changes and contributor
54
-
3. Run `bundle` to update gem version contained in the lockfile
54
+
3. Run `bundle install` to update gem version contained in the lockfile
55
55
4. Commit your changes and open a pull request
56
56
5. When the pull request is approved and merged into `main`, the [`.github/workflows/release.yml`](.github/workflows/release.yml) workflow will automatically run to release the new version to RubyGems and GitHub Packages 🎉.
0 commit comments