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 ca2bb4a commit cff14cdCopy full SHA for cff14cd
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "" >> release_note.md
41
# Generate the log from the normalized tags
42
# Note: This assumes the local repo has both tags (with or without `v`) checked out.
43
- git log --pretty="* %h - %s" "${LATEST_TAG_NORMALIZED}..${NEXT_TAG_NORMALIZED}" | tee -a release_note.md
+ git log --pretty="* %h - %s" "${LATEST_TAG}..${NEXT_TAG}" | tee -a release_note.md
44
else
45
# Otherwise, we're on a branch (not a tag), so we do a "Development Build"
46
HEAD_HASH=$(git rev-parse --short HEAD)
0 commit comments