From a8022b0d9659ebe7b86bf98c98aa8aeefecf04bf Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 22 Nov 2024 14:47:38 -0300 Subject: [PATCH] fixup! fixup! fixup! fixup! build: add create release proposal action --- tools/actions/create-release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/actions/create-release.sh b/tools/actions/create-release.sh index 15b60494439798..aade18e0057afc 100755 --- a/tools/actions/create-release.sh +++ b/tools/actions/create-release.sh @@ -27,7 +27,6 @@ TITLE=$(awk "/^## ${RELEASE_DATE}/ { print substr(\$0, 4) }" "doc/changelogs/CHA TEMP_BODY=$(mktemp) awk "/## ${RELEASE_DATE}/,/^ "$TEMP_BODY" -gh pr create --title "$TITLE" --body-file "$TEMP_BODY" +gh pr create --title "$TITLE" --body-file "$TEMP_BODY" --base "v$RELEASE_LINE.x" rm "$TEMP_BODY" -# TODO: amend with proposal PR