- Update the
MODULE.bazel
and bump the version number to whatever the next release will be. git tag "${TAG}"
where${TAG}
is whatever the next release will be../scripts/build-release-artifacts
- Create a new release on GitHub, and attach the artifacts generated by the previous step.
- Update the BCR with the new release
- ...
- Profit!