We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52db66 commit ecd2024Copy full SHA for ecd2024
package.json
@@ -30,6 +30,7 @@
30
},
31
"devDependencies": {
32
"@semantic-release/changelog": "^3.0.0",
33
+ "@semantic-release/commit-analyzer": "^6.1.0",
34
"@semantic-release/exec": "^3.3.0",
35
"@semantic-release/git": "^7.0.4",
36
"@semantic-release/github": "^5.0.6",
@@ -42,6 +43,7 @@
42
43
"release": {
44
"branch": "stable",
45
"plugins": [
46
+ "@semantic-release/commit-analyzer",
47
"@semantic-release/changelog",
48
"@semantic-release/npm",
49
[
0 commit comments