We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5881405 commit 63edf3fCopy full SHA for 63edf3f
.github/workflows/release.yml
@@ -116,8 +116,7 @@ jobs:
116
NEW_TAG=${{ env.NEW_TAG }}
117
SHA256_HASH=${{ env.SHA256_HASH }}
118
119
- PREVIOUS_TAG=$(git rev-list -n 1 ${LATEST_TAG})
120
- CHANGE_LOG=$(git --no-pager log ${PREVIOUS_TAG}..HEAD --pretty=format:'%h - %an, %ar : %s')
+ CHANGE_LOG=$(git --no-pager log ${LATEST_TAG}..HEAD --pretty=format:'%h - %an, %ar : %s')
121
122
# Define the release notes template
123
RELEASE_NOTES=$(cat <<EOF
0 commit comments