Disable all git features

This commit is contained in:
2022-05-04 20:51:00 +02:00
parent 081b57d97f
commit 3aaefd971b

View File

@@ -15,12 +15,12 @@
},
"release-it": {
"git": {
"commit": true,
"commit": false,
"requireCleanWorkingDir": false,
"requireBranch": "main",
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
"push": false,
"tag": true,
"tag": false,
"tagName": "${version}",
"tagAnnotation": "${version}"
},