CONTRIBUTING.md in aruba-1.0.0 vs CONTRIBUTING.md in aruba-1.0.1
- old
+ new
@@ -208,12 +208,10 @@
* Bump the version number in `lib/aruba/version.rb`
* Make sure [`CHANGELOG.md`] is updated with the upcoming version number, and has
entries for all fixes.
* No need to add a [`CHANGELOG.md`] header at this point - this should be done
later, when a new change is made.
-* If a major version is released, update the `still` branch, which points to
- the "old" major version.
Now release it:
```bash
# update dependencies
@@ -223,15 +221,9 @@
bin/test
# Release gem
git commit -m "Version bump"
bundle exec rake release
-
-# If it's a major relase:
-# Merge changes back to have correct documentation
-git checkout still
-git merge master
-git push
```
Now send a PR to [cucumber/website] adding an article
with details of the new release. Then merge it - an aruba maintainer should
normally be allowed to merge PRs on [cucumber/website]. A copy of an old