Skip to content

Commit

Permalink
[[FIX]] adjust semantic-release commit message conventions to jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
suyanlong authored and 33cn committed Oct 20, 2021
1 parent 8995893 commit a0eade8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand Down
14 changes: 12 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{ "branches": ["master", "next"],
"plugins": [
"@semantic-release/commit-analyzer", #Default 1
"@semantic-release/release-notes-generator", #Default 2
[
"@semantic-release/commit-analyzer",
{
"preset": "jshint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "jshint"
}
],
[
"@google/semantic-release-replace-plugin",
{
Expand Down

0 comments on commit a0eade8

Please sign in to comment.