Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 461 Bytes

RELEASE.md

File metadata and controls

26 lines (18 loc) · 461 Bytes

Steps for releasing Pavlov

  • Ensure all test pass.

  • Bump version number in version.rb

  • Update CHANGELOG.md

  • Update UPGRADING.md

  • Commit and push these changes.

Build the gem:

gem build pavlov.gemspec
gem push pavlov-0.1.x.gem 

Create tag:

git tag -a v0.1.x -m 'Version 0.1.x' <last-commit>
git push --tags

On Github, update the release with the changelog information:

https://github.com/Factlink/pavlov/releases/edit/v0.1.x