Skip to content

Commit a25fd10

Browse files
committed
iox-#1295 Update release script to check the version in MODULES.bazel
1 parent f0eb23d commit a25fd10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/scripts/iceoryx_release.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ select yn in "Yes" "No"; do
3838
esac
3939
done
4040

41+
echo "Did you updated the VERSION in MODULE.bazel?"
42+
select yn in "Yes" "No"; do
43+
case $yn in
44+
Yes ) break;;
45+
No ) exit 0;;
46+
esac
47+
done
48+
4149
target_version=$(head -n 1 "$WORKSPACE/VERSION")
4250
echo "The new version number will be: $target_version"
4351

0 commit comments

Comments
 (0)