Skip to content

Commit ff923f5

Browse files
committed
add bazel mod step to release script
1 parent 9dd60d1 commit ff923f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

makerelease.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ mv $tmpdir/bin tools/python_interpreter
2727
mv $tmpdir/captive_python3 tools/python_interpreter
2828

2929
echo "RELEASE built: rules-spring-${release_version}.zip"
30-
echo "Remember to update the http_archive stanza in the top level README.md"
30+
echo "Remember to complete these tasks:"
31+
echo " 1. update the http_archive stanza in the top level README.md"
32+
echo " 2. update the version in the MODULE.bazel file"

0 commit comments

Comments
 (0)