Skip to content

Commit b1d6dce

Browse files
committed
ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore'
1 parent 9f82d8e commit b1d6dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
with:
5555
version: pnpm run changeset:version
5656
publish: pnpm run changeset:publish
57-
commit: 'ci: Version Packages'
58-
title: 'ci: Version Packages'
57+
commit: 'chore: version packages'
58+
title: 'chore: version packages'
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)