Skip to content

Commit 8408a2a

Browse files
committed
ci: make release commit message pass commitlint
1 parent c34518b commit 8408a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
NEW_VERSION="${GIT_TAG/v/}"
7171
7272
npm version "$NEW_VERSION" --no-git-tag-version
73-
git add package* && git commit -m "Release $NEW_VERSION"
73+
git add package* && git commit -m "chore(release): $NEW_VERSION [skip ci]"
7474
7575
- name: Build packages
7676
run: npm run build

0 commit comments

Comments
 (0)