Skip to content

Commit bfe0910

Browse files
suyanlong33cn
authored andcommitted
adjust semantic-release commit message conventions to jshint
1 parent 004a0b2 commit bfe0910

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/automake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
branch: master
4141
extra_plugins: |
42+
conventional-changelog/conventional-changelog-jshint
4243
@google/semantic-release-replace-plugin
4344
@semantic-release/exec
4445
@semantic-release/changelog

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
branch: master
3131
extra_plugins: |
32+
conventional-changelog/conventional-changelog-jshint
3233
@google/semantic-release-replace-plugin
3334
@semantic-release/exec
3435
@semantic-release/changelog

.releaserc.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{ "branches": ["master", "next"],
22
"plugins": [
3-
"@semantic-release/commit-analyzer", #Default 1
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "jshint"
7+
}
8+
],
9+
[
10+
"@semantic-release/release-notes-generator",
11+
{
12+
"preset": "jshint"
13+
}
14+
],
415
"@semantic-release/release-notes-generator", #Default 2
516
[
617
"@google/semantic-release-replace-plugin",

0 commit comments

Comments
 (0)