CONTRIBUTING.md in actionview-component-1.3.0 vs CONTRIBUTING.md in actionview-component-1.3.1
- old
+ new
@@ -30,17 +30,17 @@
## Releasing
If you are the current maintainer of this gem:
1. Create a branch for the release: `git checkout -b release-vxx.xx.xx`
+1. Bump gem version in `actionview-component.gemspec`.
1. Make sure your local dependencies are up to date: `bundle`
1. Ensure that tests are green: `bundle exec rake`
1. Build a test gem `GEM_VERSION=$(git describe --tags 2>/dev/null | sed 's/-/./g' | sed 's/v//') gem build actionview-component.gemspec`
1. Test the test gem:
1. Bump the Gemfile and Gemfile.lock versions for an app which relies on this gem
1. Install the new gem locally
1. Test behavior locally, branch deploy, whatever needs to happen
-1. Bump gem version in `actionview-component.gemspec`.
1. Make a PR to github/actionview-component.
1. Build a local gem: `gem build actionview-component.gemspec`
1. Merge github/actionview-component PR
1. Tag and push: `git tag vx.xx.xx; git push --tags`
1. Create a GitHub release with the pushed tag (https://github.com/github/actionview-component/releases/new) and populate it with a list of the commits from `git log --pretty=format:"- %s" --reverse refs/tags/[OLD TAG]...refs/tags/[NEW TAG]`