Skip to content

Commit 5b26a83

Browse files
committed
ci: add missing commit message template
1 parent 97add0c commit 5b26a83

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
@@ -25,5 +25,8 @@ jobs:
2525
- name: Create Release Pull Request or Publish to npm
2626
id: changesets
2727
uses: changesets/action@v1
28+
with:
29+
commit: 'chore: release prettier-plugin-svelte'
30+
title: 'chore: release prettier-plugin-svelte'
2831
env:
2932
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)