Skip to content

Commit

Permalink
Update release process to mention GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
toupeira committed May 11, 2021
1 parent 0f5220d commit 03e24ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Things to avoid when creating commits:

## Release process

- Bump version in `lib/doorkeeper/openid_connect/version.rb`
- Update `CHANGELOG.md`
- Commit all changes
- Tag release and publish gem with `rake release`
- Bump version in `lib/doorkeeper/openid_connect/version.rb`.
- Update `CHANGELOG.md`.
- Commit all changes.
- Tag release and publish gem with `rake release`.
- [Publish a new release on GitHub](https://github.com/doorkeeper-gem/doorkeeper-openid_connect/releases/new), using the created tag and the new entries in `CHANGELOG.md`.

0 comments on commit 03e24ec

Please sign in to comment.