Skip to content

Commit a8022b0

Browse files
committed
fixup! fixup! fixup! fixup! build: add create release proposal action
1 parent 009a5fd commit a8022b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/actions/create-release.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ TITLE=$(awk "/^## ${RELEASE_DATE}/ { print substr(\$0, 4) }" "doc/changelogs/CHA
2727
TEMP_BODY=$(mktemp)
2828
awk "/## ${RELEASE_DATE}/,/^<a id=/{ if (!/^<a id=/) print }" "doc/changelogs/CHANGELOG_V${RELEASE_LINE}.md" > "$TEMP_BODY"
2929

30-
gh pr create --title "$TITLE" --body-file "$TEMP_BODY"
30+
gh pr create --title "$TITLE" --body-file "$TEMP_BODY" --base "v$RELEASE_LINE.x"
3131

3232
rm "$TEMP_BODY"
33-
# TODO: amend with proposal PR

0 commit comments

Comments
 (0)