CONTRIBUTING.md in actionview-component-1.14.1 vs CONTRIBUTING.md in actionview-component-1.15.0

- old
+ new

@@ -1,9 +1,9 @@ # Contributing -[fork]: https://github.com/github/actionview-component/fork -[pr]: https://github.com/github/actionview-component/compare +[fork]: https://github.com/github/view_component/fork +[pr]: https://github.com/github/view_component/compare [style]: https://github.com/styleguide/ruby [code-of-conduct]: CODE_OF_CONDUCT.md Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. @@ -36,11 +36,11 @@ 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`. 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. Make a PR to github/view_component. 1. Build a local gem: `gem build actionview-component.gemspec` -1. Merge github/actionview-component PR +1. Merge github/view_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]` +1. Create a GitHub release with the pushed tag (https://github.com/github/view_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]` 1. Push to rubygems.org -- `gem push actionview-component-VERSION.gem`