Skip to content

Commit 2b20ae2

Browse files
Bump changelog heading levels in release body
1 parent 4a082c6 commit 2b20ae2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
exit 1
5959
fi
6060
61+
# Increase heading levels by 1 (# -> ##, ## -> ###)
62+
CHANGELOG=$(printf '%s' "$CHANGELOG" | sed 's/^#/##/')
63+
6164
# Strip leading 'v' for wally version URL
6265
VERSION="${TAG#v}"
6366
WALLY_URL="https://wally.run/package/cameronpcampbell/typeforge?version=${VERSION}"

0 commit comments

Comments
 (0)