Skip to content

Commit a9a5f86

Browse files
Update .github/workflows/create-release-pr.yml
Co-authored-by: Marcio Horoiwa <marcio.massaki@gmail.com>
1 parent c72f6d5 commit a9a5f86

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,20 @@ automatically. If you don't want this, either remove the markers or write
101101
outside the fences.
102102
<!-- === GH HISTORY FENCE === -->
103103
EOF
104-
)"
104+
--body-file - <<EOF
105+
## Release v$VERSION
106+
Version bump and changelog updates.
107+
108+
Triggered by: ${{ github.actor }}
109+
110+
<!-- === GH HISTORY FORMAT FENCE === -->
111+
<!--
112+
### [\`%h\`]({{.url}}/commits/%H) %s%n%n%b%n
113+
-->
114+
<!-- === GH HISTORY FORMAT FENCE === -->
115+
<!-- === GH HISTORY FENCE === -->
116+
Do NOT write here! This section will be filled in by GitHub Action
117+
automatically. If you don't want this, either remove the markers or write
118+
outside the fences.
119+
<!-- === GH HISTORY FENCE === -->
120+
EOF

0 commit comments

Comments
 (0)