Skip to content

Commit bc7425e

Browse files
doc: add a note in the release checklist to update the bazel module version
1 parent 2ff1c79 commit bc7425e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release_checklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ will be included in that release.
5050
(`upstream` might have a different name depending on your local git checkout)
5151
1. Modify `include/libjsonnet.h` to the version number for the new release. If you are making a
5252
release candidate and not a full release, include a suffix like `-rc1`.
53+
1. Modify `MODULE.bazel` to match the new release version number.
5354
1. Update `test_cmd` golden file version numbers:
5455

5556
```
@@ -107,6 +108,7 @@ the standard library from the C++ version, and some header files.
107108
source tarball (which has a stable hash that can be used) instead of the unstable GitHub automatic
108109
tarball for the commit.
109110
1. Modify `vm.go` to update the version number.
111+
1. Modify `MODULE.bazel` to update the version number.
110112
1. Run tests locally, commit, and push to the `go-jsonnet` `prepare-release` branch. CI checks should run
111113
automatically on this branch - check the results in https://github.com/google/go-jsonnet/actions
112114
1. Optionally: Perform a preflight Python build & publish by manually triggering the workflow in GitHub actions.

0 commit comments

Comments
 (0)