Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 197 Bytes

RELEASE-WORKFLOW.adoc

File metadata and controls

12 lines (10 loc) · 197 Bytes

Creating a Release

vim CHANGELOG.adoc
vim lib/rnp/version.rb
git add CHANGELOG.adoc lib/rnp/version.rb
git commit -m 'Release 1.0.1'
git tag v1.0.1
gem build rnp
gem push rnp-1.0.1.gem