Skip to content

Commit e4a798e

Browse files
committed
better comment
1 parent af940f5 commit e4a798e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/automodel/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "${GH_TOKEN}" ]; then
3131
exit 1
3232
fi
3333

34-
# Get the sha of the previous release
34+
# Get the sha of the previous release, i.e. the last commit to the main branch that updated the query pack version
3535
PREVIOUS_RELEASE_SHA=$(git rev-list -n 1 main -- ./src/qlpack.yml)
3636
if [ -z "$PREVIOUS_RELEASE_SHA" ]; then
3737
echo "Error: Could not get the sha of the previous release of codeml-automodel query pack"

0 commit comments

Comments
 (0)