Skip to content

Commit

Permalink
dev guide: add missing release step
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Dec 26, 2018
1 parent 235fa45 commit 9b740bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc-src/Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Ronn-NG Developer's Guide
* Commit the updated files
* Tag the release: `git tag vX.Y.Z`
* `git push --tags`
* Create the Release on GitHub Releases
* Build and deploy the gem to RubyGems
* `gem build ronn-ng.gemspec`
* `gem push ronn-ng-<version>.gem`
Expand Down

0 comments on commit 9b740bd

Please sign in to comment.