We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a41e commit 52a63c3Copy full SHA for 52a63c3
1 file changed
.github/workflows/runner-publish.yaml
@@ -94,6 +94,8 @@ jobs:
94
}
95
96
{
97
+ echo "## What's Changed"
98
+ format_section 'break|breaking' "⚠️ Breaking"
99
format_section 'feat|feature' "🚀 Features"
100
format_section 'fix' "🚫 Bugs"
101
format_section 'test' "🔎 Tests"
@@ -136,7 +138,7 @@ jobs:
136
138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
139
run: |
140
gh release create "$TAG" \
- --title "ExTester Runner v${VERSION}" \
141
+ --title "ExTester Runner - Preview (v${VERSION})" \
142
--notes-file CHANGELOG.md \
143
extester-runner-${VERSION}.vsix
144
0 commit comments