Skip to content

Commit 52a63c3

Browse files
committed
chore: format publish changelog
1 parent d28a41e commit 52a63c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/runner-publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
}
9595
9696
{
97+
echo "## What's Changed"
98+
format_section 'break|breaking' "⚠️ Breaking"
9799
format_section 'feat|feature' "🚀 Features"
98100
format_section 'fix' "🚫 Bugs"
99101
format_section 'test' "🔎 Tests"
@@ -136,7 +138,7 @@ jobs:
136138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137139
run: |
138140
gh release create "$TAG" \
139-
--title "ExTester Runner v${VERSION}" \
141+
--title "ExTester Runner - Preview (v${VERSION})" \
140142
--notes-file CHANGELOG.md \
141143
extester-runner-${VERSION}.vsix
142144

0 commit comments

Comments
 (0)