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 66a2dfa commit 32b0b17Copy full SHA for 32b0b17
package.json
@@ -2,7 +2,7 @@
2
"name": "@semantic-release/commit-analyzer",
3
"description": "Customizable commit-analyzer plugin for semantic-release",
4
"version": "0.0.0-development",
5
- "author": "Pierre Vanduynslager",
+ "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6
"bugs": {
7
"url": "https://github.com/semantic-release/commit-analyzer/issues"
8
},
@@ -11,6 +11,10 @@
11
"path": "cz-conventional-changelog"
12
}
13
14
+ "contributors": [
15
+ "Stephan Bönnemann <[email protected]> (http://boennemann.me)",
16
+ "Gregor Martynus (https://twitter.com/gr2m)"
17
+ ],
18
"dependencies": {
19
"conventional-changelog-angular": "^1.4.0",
20
"conventional-commits-parser": "^2.0.0",
0 commit comments