RELEASE_PROCESS.md in gnarails-3.0.0 vs RELEASE_PROCESS.md in gnarails-3.0.1
- old
+ new
@@ -1,8 +1,7 @@
-* Checkout master: `git checkout master`.
-* Get latest: `git pull --rebase origin master`
-* Bump version number in `lib/gnarails/version.rb`.
-* Update the [CHANGELOG](CHANGELOG.md), moving the current release work to under the version number.
-* Create a commit, including the version number in the commit message: `git add
- --all && git commit -m "Version x.y.z"`.
-* Push the release to RubyGems: `rake release`.
-* Check the RubyGems [twitter account](https://twitter.com/rubygems) to publicize the release.
+- Checkout master: `git checkout main`.
+- Get latest: `git pull --rebase origin main`
+- Bump version number in `lib/gnarails/version.rb`.
+- Update the [CHANGELOG](CHANGELOG.md), moving the current release work to under the version number.
+- Create a commit, including the version number in the commit message: `git add --all && git commit -m "Version x.y.z"`.
+- Push the release to RubyGems: `rake release`.
+- Check the RubyGems [twitter account](https://twitter.com/rubygems) to publicize the release.