CONTRIBUTING.md in actionview-component-1.3.4 vs CONTRIBUTING.md in actionview-component-1.3.5

- old
+ new

@@ -30,10 +30,11 @@ ## 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. Bump gem version in `lib/action_view/component/version.rb`. +1. Add version heading/entries to `CHANGELOG.md`. 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