fix(releaseit): changes to get it to actaully run
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
"npm": false,
|
"npm": false,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"after:bump": "echo Version bumped to ${version}",
|
"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,
|
"github": false,
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|||||||
Reference in New Issue
Block a user