Removed everything comit related from the release-it config
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
ref #76
This commit is contained in:
parent
be4050768e
commit
02ae883fa4
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user