Add the release command

This commit is contained in:
Johannes Zellner
2023-03-29 23:09:15 +02:00
parent ba74eb6fa2
commit 01b221d815
3 changed files with 727 additions and 3 deletions

View File

@@ -11,7 +11,8 @@
"url": "https://git.cloudron.io/cloudron/box.git"
},
"bin": {
"hotfix": "./scripts/hotfix"
"hotfix": "./scripts/hotfix",
"release": "./scripts/release"
},
"dependencies": {
"@google-cloud/dns": "^3.0.2",
@@ -63,6 +64,7 @@
},
"devDependencies": {
"commander": "^10.0.0",
"easy-table": "^1.2.0",
"eslint": "^8.36.0",
"expect.js": "*",
"hock": "^1.4.1",
@@ -70,7 +72,8 @@
"mocha": "^10.2.0",
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
"nock": "^13.3.0",
"ssh2": "^1.11.0"
"ssh2": "^1.11.0",
"yesno": "^0.4.0"
},
"scripts": {
"test": "./run-tests"