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