fix(releaseit): changes to get it to actaully run

This commit is contained in:
2025-07-12 14:52:05 -05:00
parent e08195177d
commit c680152004

View File

@@ -7,7 +7,8 @@
"npm": false,
"hooks": {
"after:bump": "echo Version bumped to ${version}",
"after:release": "node ./scripts/create-gitea-release.js ${version}"
"after:release": "echo SUCCESSFULLY RELEASED: v${version} > test.log"
},
"github": false,
"plugins": {