Add the release command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user