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.
|
1. Send a pull request to the github/gollum project.
|
||||||
|
|
||||||
## RELEASING
|
## RELEASING
|
||||||
|
For x.y releases:
|
||||||
Update VERSION in lib/gollum.rb
|
Update VERSION in lib/gollum.rb
|
||||||
$ rake gemspec
|
$ rake gemspec
|
||||||
|
|
||||||
|
For z releases:
|
||||||
|
$ rake bump
|
||||||
|
|
||||||
$ git tag vX.Y.Z
|
$ git tag vX.Y.Z
|
||||||
$ git push origin vX.Y.Z
|
$ git push origin vX.Y.Z
|
||||||
$ gem build gollum.gemspec
|
$ gem build gollum.gemspec
|
||||||
|
|||||||
Reference in New Issue
Block a user