Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

How to make a new mrt release

  1. update CHANGELOG.md and commit to main

  2. replace all occurrences of 0.0.1 with the new version and commit to main

  3. tag the new version in the codebase:

    git tag v0.0.1
    
  4. push the new tag:

    git push --tags
    
  5. verify that the release notes match CHANGELOG.md

  6. publish the release