8000
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 60606e5 commit be4d3b6Copy full SHA for be4d3b6
.github/scripts/on-release.sh
@@ -330,7 +330,7 @@ fi
330
if [ ! -z "$COMMITS_SINCE_RELEASE" ] && [ "$COMMITS_SINCE_RELEASE" != "null" ]; then
331
echo "Getting commits since $COMMITS_SINCE_RELEASE ..."
332
commitFile=$OUTPUT_DIR/commits.txt
333
- git -C "$GITHUB_WORKSPACE" log --oneline "$COMMITS_SINCE_RELEASE.." > "$OUTPUT_DIR/commits.txt"
+ git -C "$GITHUB_WORKSPACE" log --oneline "$COMMITS_SINCE_RELEASE..HEAD" > "$OUTPUT_DIR/commits.txt"
334
releaseNotes+=$'\r\n##### Commits\r\n'
335
IFS=$'\n'
336
for next in `cat $commitFile`
0 commit comments