Removed everything comit related from the release-it config
All checks were successful
continuous-integration/drone/pr Build is passing

ref #76
This commit is contained in:
Nicolai Ort 2021-01-10 18:09:57 +01:00
parent be4050768e
commit 02ae883fa4

View File

@ -82,10 +82,8 @@
},
"release-it": {
"git": {
"commit": true,
"requireCleanWorkingDir": false,
"requireBranch": "main",
"commitMessage": "🚀RELEASE ${version}",
"push": false,
"tag": true,
"tagName": "v${version}",
@ -93,9 +91,6 @@
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
}
},
"nodemonConfig": {