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": {
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user