This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-locking-cil/package.json
semantic-release-bot 6f6a2f9bd3 chore(release): v1.1.0
# [1.1.0](https://gitlab.com/mfgames-cil/mfgames-locking-cil/compare/v1.0.0...v1.1.0) (2021-01-22)

### Features

* making library available for .NET Core 5 ([54d05c8](54d05c8485))
* removing two proposed features that do not fit the pattern ([a161673](a161673e36))
2021-01-22 01:00:57 +00:00

43 lines
915 B
JSON

{
"name": "mfgames-locking-cil",
"version": "1.1.0",
"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/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/git": "^9.0.0",
"husky": "^4.3.6",
"semantic-release": "^17.3.0"
}
}