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.
1 parent af940f5 commit e4a798eCopy full SHA for e4a798e
java/ql/automodel/publish.sh
@@ -31,7 +31,7 @@ if [ -z "${GH_TOKEN}" ]; then
31
exit 1
32
fi
33
34
-# Get the sha of the previous release
+# Get the sha of the previous release, i.e. the last commit to the main branch that updated the query pack version
35
PREVIOUS_RELEASE_SHA=$(git rev-list -n 1 main -- ./src/qlpack.yml)
36
if [ -z "$PREVIOUS_RELEASE_SHA" ]; then
37
echo "Error: Could not get the sha of the previous release of codeml-automodel query pack"
0 commit comments