Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 224 Bytes

RELEASING.md

File metadata and controls

14 lines (9 loc) · 224 Bytes

How to release

  1. Describe your change in CHANGELOG.md
* <version number> - <date>
  * Fixed such and such
  1. Run VERSION_NUMBER=x.x.x make prepare

  2. Merge the proposed changes to main

  3. Run make tag