Skip to content

Commit 1bff638

Browse files
committed
Test push
1 parent 8b34838 commit 1bff638

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can use this gem with other ways of installing Bootstrap, but how to do so i
5252
Once Bootstrap is installed, add the `bootstrap_form` gem to your `Gemfile`:
5353

5454
```ruby
55-
gem "bootstrap_form", "~> 5.5"
55+
gem "bootstrap_form", "~> 5.6"
5656
```
5757

5858
Then:

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
1010

1111
## How to release
1212

13+
In the `bootstrap_form` repository (not a fork):
14+
1315
1. Determine which would be the correct next version number according to [semver](http://semver.org/).
1416
2. Update the version in `./lib/bootstrap_form/version.rb`.
1517
3. Make sure that you have all the gems necessary for testing and releasing.
@@ -24,7 +26,6 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
2426

2527
You will have failures in the system tests unless you're running on Linux. Chrome on each operating system renders slightly differently.
2628

27-
6. Update the GitHub diff links at the beginning of `CHANGELOG.md` (The pattern should be obvious when you look at them).
2829
7. Update the installation instructions in `README.md` to use the new version.
2930
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.
3031
9. Tag, push to GitHub, and publish to rubygems.org:

lib/bootstrap_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module BootstrapForm
4-
VERSION = "5.5.0"
4+
VERSION = "5.6.0"
55
REQUIRED_RAILS_VERSION = ">= 7.2"
66
end

0 commit comments

Comments
 (0)