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: RELEASING.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,23 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
17
17
18
18
BUNDLE_GEMFILE=gemfiles/7.0.gemfile bundle exec rake test
19
19
20
-
2.**Ensure the demo tests are passing by running**
20
+
3.**Ensure the demo tests are passing by running**
21
21
22
22
cd demo
23
23
bundle update
24
24
bundle exec rake test:all
25
25
26
-
3. Determine which would be the correct next version number according to [semver](http://semver.org/).
27
-
4. Update the version in `./lib/bootstrap_form/version.rb`.
28
-
5. Update the GitHub diff links at the beginning of `CHANGELOG.md` (The pattern should be obvious when you look at them).
29
-
6. Update the installation instructions in `README.md` to use the new version.
30
-
7. Commit the CHANGELOG and version changes in a single commit; the message should be "Preparing vX.Y.Z" where `X.Y.Z` is the version being released.
31
-
8. Run `bundle exec rake release`; this will tag, push to GitHub, and publish to rubygems.org.
26
+
4. Determine which would be the correct next version number according to [semver](http://semver.org/).
27
+
5. Update the version in `./lib/bootstrap_form/version.rb`.
28
+
6. Update the GitHub diff links at the beginning of `CHANGELOG.md` (The pattern should be obvious when you look at them).
29
+
7. Update the installation instructions in `README.md` to use the new version.
30
+
8. Commit the CHANGELOG and version changes in a single commit; the message should be "Preparing vX.Y.Z" where `X.Y.Z` is the version being released.
31
+
9. Run `bundle exec rake release`; this will tag, push to GitHub, and publish to rubygems.org.
32
+
10. Go to https://github.com/bootstrap-ruby/bootstrap_form/releases and create the new release and add release notes by clicking the "Generate release notes" button.
0 commit comments