Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 540 Bytes

RELEASING.md

File metadata and controls

16 lines (14 loc) · 540 Bytes

Releasing

  1. Update NEWS.md to reflect the changes since last release.

  2. Tag the release: git tag vVERSION -a -s. The tag message should contain the appropriate NEWS.md subsection.

  3. Push changes: git push --tags

  4. Build and publish to rubygems:

    gem build merit.gemspec
    gem push merit-*.gem
  5. Add a new GitHub release: https://github.com/merit-gem/merit/releases/new?tag=vVERSION

  6. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!