Skip to content

Commit 5d73e32

Browse files
committed
Fence release notes diffstat and shortlog inside code blocks
Makes for easier reading since these are fixed width texts.
1 parent f6d5c37 commit 5d73e32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tooling/release.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@ shortlog=$(git shortlog -w0 --no-merges "$range")
3131
gh release create "$tag" --notes "
3232
$ghnotes
3333
34+
## Diffstat
35+
\`\`\`
3436
$diffstat
37+
\`\`\`
3538
39+
## Shortlog
40+
\`\`\`
3641
$shortlog
42+
\`\`\`
3743
3844
$fullchangelog
3945
"

0 commit comments

Comments
 (0)