Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 467 Bytes

RELEASING.md

File metadata and controls

16 lines (14 loc) · 467 Bytes

Releasing

  1. Update version file accordingly.
  2. Commit changes.
  3. Tag the release: git tag vVERSION
  4. Push changes: git push --tags
  5. Build the binary to attach to the release:
bin/archive
  1. Add a new GitHub release and populate the content. Sample URL: https://github.com/thoughtbot/Delta/releases/new?tag=vVERSION
  2. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!