We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6732d75 + b581e45 commit b40318dCopy full SHA for b40318d
scripts/make_release.sh
@@ -66,9 +66,12 @@ echo -e "${ACTION}Modifying MODULE.bazel${NOCOLOR}"
66
sed -i "s/CPU_FEATURES_VERSION = \"${LATEST_VERSION}\"/CPU_FEATURES_VERSION = \"${VERSION}\"/g" MODULE.bazel
67
68
echo -e "${ACTION}Commit new revision${NOCOLOR}"
69
-git add CMakeLists.txt
+git add CMakeLists.txt MODULE.bazel
70
git commit -m"Release ${GIT_TAG}"
71
72
+echo -e "${ACTION}Check for unstaged or uncommited changes${NOCOLOR}"
73
+git diff --quiet && git diff --quiet --cached
74
+
75
echo -e "${ACTION}Create new tag${NOCOLOR}"
76
git tag ${GIT_TAG}
77
0 commit comments