From a753c234bfa95e618fbacf4bbd954409d7978248 Mon Sep 17 00:00:00 2001 From: Jerome Quere Date: Mon, 13 Jul 2020 11:55:45 +0200 Subject: [PATCH] chore: update release script to use master branch --- scripts/release/release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/release.js b/scripts/release/release.js index 1c9959b607..818e6324c7 100644 --- a/scripts/release/release.js +++ b/scripts/release/release.js @@ -78,7 +78,7 @@ const GITHUB_OWNER = "scaleway"; // Name of the github repo. const GITHUB_REPO = "scaleway-cli"; // The branch on which we want to perform the release -const GITHUB_RELEASED_BRANCH = "v2"; +const GITHUB_RELEASED_BRANCH = "master"; // Name of the devtool bucket. const S3_DEVTOOL_BUCKET = "scw-devtools"; // Region of the devtool bucket .