Skip to content

Commit 2c917c7

Browse files
authored
fix: changesets action to comply with commitlint (#129)
1 parent 7185e29 commit 2c917c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Create release pull request
3939
id: changesets
4040
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
41+
with:
42+
commit-message: 'chore: version packages'
43+
pr-title: 'chore: version packages'
4144
env:
4245
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4346

0 commit comments

Comments
 (0)