pulsar/script/vsts/package.json
darangi 483bdf86fe temporary enable release branch build
add migration branch to list of triggers

revert pr trigger

set isReleaseBranch and isSignedZipBranch to true, this is temporary

fix lint

alter config files

set release branch to false

add @azure/storage-blob
2021-05-27 17:00:18 +01:00

18 lines
418 B
JSON

{
"name": "atom-release-scripts",
"description": "Atom release scripts",
"dependencies": {
"@octokit/rest": "^15.9.5",
"aws-sdk": "^2.5.2",
"@azure/storage-blob": "^12.5.0",
"download": "^7.1.0",
"glob": "7.0.3",
"pr-changelog": "^0.3.2",
"publish-release": "^1.6.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"semver": "5.3.0",
"yargs": "4.8.1"
}
}