Release process - GetPoplog/Seed GitHub Wiki
There are a few steps to the release process currently (which may be automated down the line)
- Checkout the main branch.
- Edit the
VERSION
file. - Add changelog entries to
CHANGELOG.yml
. - Commit these changes.
- Push to origin.
- Wait for CircleCI to go green.
- Run
make github-release
. This tags the current HEAD.