Sha256: debe124b46dd01d6b34dc599f475c737db8b94cb83ddbc6b43eff4ebe0c602c8

Contents?: true

Size: 597 Bytes

Versions: 3

Compression:

Stored size: 597 Bytes

Contents

# Releasing doorkeeper

1. Update `lib/doorkeeper/version.rb` file accordingly.
2. Update `CHANGELOG.md` to reflect the changes since last release.
3. 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.
4. Tag the release: `git tag vVERSION`
5. Push changes: `git push --tags`
6. Build and publish the gem:
   ```bash
   gem build doorkeeper.gemspec
   gem push doorkeeper-*.gem
   ```
7. Announce the new release, making sure to say “thank you” to the contributors
   who helped shape this version!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
doorkeeper-2.2.0 RELEASING.md
doorkeeper-2.1.4 RELEASING.md
doorkeeper-2.1.3 RELEASING.md