feat: semantic delivery gitlab
This diff is collapsed.
{ | ||
"name": "ariaec", | ||
"version": "0.0.18", | ||
"version": "0.0.21", | ||
"description": "===================================================== de Novo Ambiguous Restraints for Iterative Assignment =====================================================", | ||
"main": "index.js", | ||
"directories": { | ||
... | ... | @@ -10,7 +10,8 @@ |
"precommit": "conventional-changelog -i CHANGELOG -s -r 0", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"changelog": "conventional-changelog -i CHANGELOG -s -r 0" | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -24,5 +25,7 @@ |
"husky": "^0.14.3", | ||
"standard-version": "^4.3.0" | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"conventional-changelog-cli": "^2.0.21" | ||
} | ||
} |
Please register or sign in to comment