Skip to content

Commit ede116a

Browse files
committed
add conventional commit compliant messages
1 parent 7c0ce7b commit ede116a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
publish: pnpm run release
37+
title: "chore: release"
38+
commit: "chore: release"
3739
env:
3840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)