-
Update
lib/doorkeeper/version.rb
file accordingly. -
Update
NEWS.md
to reflect the changes since last release. -
Commit changes. There shouldn’t be code changes, and thus CI doesn’t need to run, you can then add “[ci skip]” to the commit message.
-
Tag the release:
git tag vVERSION
-
Push changes:
git push --tags
-
Build and publish the gem:
gem build doorkeeper.gemspec gem push doorkeeper-*.gem
-
Announce the new release, making sure to say “thank you” to the contributors who helped shape this version!