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