Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 416 Bytes

how-to-release.md

File metadata and controls

13 lines (11 loc) · 416 Bytes

How to: release

  1. Update the changelog.
  2. Merge that.
  3. Make an annotated git tag for the release following semver.
  4. Push that.
    • git push origin "${version}"
  5. Mention it internally on #eng-velocity with a link to the changelog.

You're done.