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 8f7c460 commit fa0dd1eCopy full SHA for fa0dd1e
package.json
@@ -21,6 +21,7 @@
21
"build:rollup": " rollup --config config/rollup.config.js",
22
"build:tsc": "ts-node config/move-files.ts"
23
},
24
+ "release": {
25
"plugins": [
26
"@semantic-release/commit-analyzer",
27
"@semantic-release/release-notes-generator",
@@ -45,7 +46,8 @@
45
46
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
47
}
48
]
- ],
49
+ ]
50
+ },
51
"husky": {
52
"hooks": {
53
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
0 commit comments