CONTRIBUTING.md in actionview-component-1.8.1 vs CONTRIBUTING.md in actionview-component-1.9.0

- old
+ new

@@ -32,10 +32,10 @@ ## 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 `lib/action_view/component/version.rb`. +1. Bump gem version in `lib/action_view/component/version.rb`. Try to adhere to SemVer. 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. Make a PR to github/actionview-component. 1. Build a local gem: `gem build actionview-component.gemspec`