fix(ci): semantic release plugins.
This commit is contained in:
parent
3b960916cc
commit
eea9ed7ef0
3 changed files with 302 additions and 719 deletions
1015
package-lock.json
generated
1015
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -48,6 +48,10 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/microsoft-graph-client": "1.3.0",
|
"@microsoft/microsoft-graph-client": "1.3.0",
|
||||||
|
"@semantic-release/commit-analyzer": "^6.1.0",
|
||||||
|
"@semantic-release/git": "^7.0.5",
|
||||||
|
"@semantic-release/npm": "^5.1.1",
|
||||||
|
"@semantic-release/release-notes-generator": "^7.1.4",
|
||||||
"@types/chai": "4.1.7",
|
"@types/chai": "4.1.7",
|
||||||
"@types/mocha": "5.2.5",
|
"@types/mocha": "5.2.5",
|
||||||
"@types/sequelize": "4.27.30",
|
"@types/sequelize": "4.27.30",
|
||||||
|
@ -114,6 +118,7 @@
|
||||||
"winston": "3.1.0"
|
"winston": "3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@semantic-release/changelog": "^3.0.1",
|
||||||
"@types/mocha": "^5.2.5",
|
"@types/mocha": "^5.2.5",
|
||||||
"ban-sensitive-files": "1.9.2",
|
"ban-sensitive-files": "1.9.2",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
|
@ -188,7 +193,6 @@
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
},
|
},
|
||||||
|
|
||||||
"pre-git": {
|
"pre-git": {
|
||||||
"commit-msg": "simple",
|
"commit-msg": "simple",
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue