- Create a pull request for release "Release vX.X.X"
- Run in root
yarn bump-release X.X.X
- run
yarn bump-release
to bump focal and focal-atom version, update dependancies in private packages and create a commit - Merge and manually create GitHub Release
- On release, "publish" GitHub Actions will trigger build and attach tarball to "Release". For details, see
release.yml
For each push into pull_request, CI runs tests. Check tests.yml
for details.