Add rake bump to readme
This commit is contained in:
@@ -547,8 +547,13 @@ your changes merged back into core is as follows:
|
||||
1. Send a pull request to the github/gollum project.
|
||||
|
||||
## RELEASING
|
||||
For x.y releases:
|
||||
Update VERSION in lib/gollum.rb
|
||||
$ rake gemspec
|
||||
|
||||
For z releases:
|
||||
$ rake bump
|
||||
|
||||
$ git tag vX.Y.Z
|
||||
$ git push origin vX.Y.Z
|
||||
$ gem build gollum.gemspec
|
||||
|
||||
Reference in New Issue
Block a user