11 lines
385 B
Markdown
11 lines
385 B
Markdown
|
# Releasing doorkeeper
|
||
|
|
||
|
How to release doorkeeper in five easy steps!
|
||
|
|
||
|
1. Update `lib/doorkeeper/version.rb` file accordingly.
|
||
|
2. Update `NEWS.md` to reflect the changes since last release.
|
||
|
3. Commit changes: `git commit -am 'Bump to vVERSION'`
|
||
|
4. Run `rake release`
|
||
|
5. Announce the new release, making sure to say “thank you” to the contributors
|
||
|
who helped shape this version!
|