b364f299c6
## [1.1.1](https://gitlab.com/mfgames-cil/mfgames-locking-cil/compare/v1.1.0...v1.1.1) (2021-01-22) ### Bug Fixes * added changelog generation ([d8fa302
](d8fa3029a9
))
44 lines
997 B
JSON
44 lines
997 B
JSON
{
|
|
"name": "mfgames-locking-cil",
|
|
"version": "1.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"commitlint": "commitlint "
|
|
},
|
|
"release": {
|
|
"branch": "master",
|
|
"message": "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}",
|
|
"verifyConditions": [
|
|
"@semantic-release/git"
|
|
],
|
|
"analyzeCommits": [
|
|
"@semantic-release/commit-analyzer"
|
|
],
|
|
"prepare": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/git"
|
|
],
|
|
"publish": [],
|
|
"success": [],
|
|
"fail": []
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^11.0.0",
|
|
"@commitlint/config-conventional": "^11.0.0",
|
|
"@semantic-release/changelog": "^5.0.1",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"husky": "^4.3.6",
|
|
"semantic-release": "^17.3.0"
|
|
}
|
|
}
|