Compare commits

..

No commits in common. "2119e9b2319d0092300cced20d384d11994ce60e" and "a7e84c7d426525a5041f0ec260cd57dcfd107afb" have entirely different histories.

View File

@ -31,12 +31,12 @@
"git": {
"commit": true,
"requireCleanWorkingDir": false,
"commitMessage": "🚀Bumped version to ${version}",
"commitMessage": "🚀Bumped version to v${version}",
"requireBranch": "main",
"push": false,
"tag": true,
"tagName": null,
"tagAnnotation": "${version}"
"tagAnnotation": "v${version}"
},
"npm": {
"publish": false