CONTRIBUTING.md in actionview-component-1.0.1 vs CONTRIBUTING.md in actionview-component-1.1.0
- old
+ new
@@ -37,10 +37,10 @@
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 `action_view/component`.
+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]`