Disable all git features

This commit is contained in:
Nicolai Ort 2022-05-04 20:51:00 +02:00
parent 081b57d97f
commit 3aaefd971b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

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}"
},