Commit a0eade8b authored by suyanlong's avatar suyanlong Committed by 33cn

[[FIX]] adjust semantic-release commit message conventions to jshint

parent 89958930
......@@ -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
......
......@@ -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
......
{ "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",
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment