File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,18 +84,21 @@ jobs:
8484 --base master \
8585 --head $RELEASE_BRANCH \
8686 --title "chore(release): v$VERSION" \
87- --body "## Release v$VERSION
88- Version bump and changelog updates.
87+ --body "$(cat <<EOF
88+ # # Release v$VERSION
89+ Version bump and changelog updates.
8990
90- Triggered by: ${{ github.actor }}
91+ Triggered by : ${{ github.actor }}
9192
92- <!-- === GH HISTORY FORMAT FENCE === -->
93- <!--
94- ### [\`%h\`]({{.url}}/commits/%H) %s%n%n%b%n
95- -->
96- <!-- === GH HISTORY FORMAT FENCE === -->
97- <!-- === GH HISTORY FENCE === -->
98- Do NOT write here! This section will be filled in by GitHub Action
99- automatically. If you don't want this, either remove the markers or write
100- outside the fences.
101- <!-- === GH HISTORY FENCE === -->"
93+ <!-- === GH HISTORY FORMAT FENCE === -->
94+ <!--
95+ # ## [\`%h\`]({{.url}}/commits/%H) %s%n%n%b%n
96+ -->
97+ <!-- === GH HISTORY FORMAT FENCE === -->
98+ <!-- === GH HISTORY FENCE === -->
99+ Do NOT write here! This section will be filled in by GitHub Action
100+ automatically. If you don't want this, either remove the markers or write
101+ outside the fences.
102+ <!-- === GH HISTORY FENCE === -->
103+ EOF
104+ )"
You can’t perform that action at this time.
0 commit comments