Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 849 Bytes

RELEASING.md

File metadata and controls

28 lines (23 loc) · 849 Bytes

Releasing

Prepare

  1. Update the version number in lib/yuriita/version.rb.
  2. Update NEWS.md to reflect the changes since last release.
  3. Open and merge a PR with the changes.

Tag

  1. Tag and sign the release: git tag -s vVERSION notes on signing
  2. Verify the signed tag: git tag -v vVERSION
  3. Push changes: git push --tags

Publish

  1. Build and publish:
    gem build yuri-ita.gemspec
    gem push yuri-ita-*.gem

Announce

  1. Add a new GitHub release using the recent NEWS.md as the content. Sample URL: https://github.com/thoughtbot/yuri-ita/releases/new?tag=vVERSION
  2. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!