Sha256: 7e93efe940c528287aa8fe843bf6eb484643843184a61edcca56ae84638d59d0

Contents?: true

Size: 628 Bytes

Versions: 10

Compression:

Stored size: 628 Bytes

Contents

# Releasing doorkeeper

1. Update `lib/doorkeeper/version.rb` file accordingly.
2. Update `NEWS.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 -m "Release vVERSION"`
5. Push changes: `git push && 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

10 entries across 10 versions & 1 rubygems

Version Path
doorkeeper-4.2.5 RELEASING.md
doorkeeper-4.2.0 RELEASING.md
doorkeeper-4.1.0 RELEASING.md
doorkeeper-4.0.0 RELEASING.md
doorkeeper-4.0.0.rc4 RELEASING.md
doorkeeper-4.0.0.rc3 RELEASING.md
doorkeeper-4.0.0.rc2 RELEASING.md
doorkeeper-4.0.0.rc1 RELEASING.md
doorkeeper-3.1.0 RELEASING.md
doorkeeper-3.0.1 RELEASING.md