File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ git node release --prepare --skipBranchDiff --yes --releaseDate "$RELEASE_DATE"
29
29
HEAD_BRANCH=" $( git rev-parse --abbrev-ref HEAD) "
30
30
HEAD_SHA=" $( git rev-parse HEAD^) "
31
31
32
- TITLE=$( awk " /^## ${RELEASE_DATE} / { print substr( \$ 0, 4) } " " doc/changelogs/CHANGELOG_V ${RELEASE_LINE} .md " )
32
+ TITLE=" $( git log -1 --format=%s ) "
33
33
34
34
# Use a temporary file for the PR body
35
35
TEMP_BODY=" $( awk " /## ${RELEASE_DATE} /,/^<a id=/{ if (!/^<a id=/) print }" " doc/changelogs/CHANGELOG_V${RELEASE_LINE} .md" ) "
@@ -56,7 +56,7 @@ node --input-type=module - \
56
56
" $GITHUB_REPOSITORY " \
57
57
" $HEAD_BRANCH " \
58
58
" $HEAD_SHA " \
59
- " $( git log -1 HEAD --format=%s || true ) " \
59
+ " $TITLE " \
60
60
" $( git log -1 HEAD --format=%b | awk -v PR_URL=" $PR_URL " ' {sub(/^PR-URL: TODO$/, "PR-URL: " PR_URL)} 1' || true) " \
61
61
" $( git show HEAD --diff-filter=d --name-only --format= || true) " \
62
62
" $( git show HEAD --diff-filter=D --name-only --format= || true) " \
You can’t perform that action at this time.
0 commit comments