Sha256: c0ffbc9f8659be66d7e3e077e8a66b10caba2fbafabebefc81216a95fe2d1729
Contents?: true
Size: 594 Bytes
Versions: 5
Compression:
Stored size: 594 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` 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
doorkeeper-2.2.2 | RELEASING.md |
doorkeeper-3.0.0 | RELEASING.md |
doorkeeper-3.0.0.rc2 | RELEASING.md |
doorkeeper-3.0.0.rc1 | RELEASING.md |
doorkeeper-2.2.1 | RELEASING.md |