Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 542 Bytes

RELEASING.md

File metadata and controls

9 lines (7 loc) · 542 Bytes

Releasing

To release a new version of emergence follow the following steps:

  1. Make sure all changes are commited to the main branch and that the builds successfully passed
  2. Use git to tag the lastest main commit with the new version: git tag -a vx.x.x -m "vx.x.x"
  3. Push local git tag to remote using git push --follow-tags
  4. Wait until GitHub Action finished the publish job
  5. Create a new release in GitHub