We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d54f6 commit 9272404Copy full SHA for 9272404
scripts/release/release.js
@@ -78,7 +78,7 @@ const GITHUB_OWNER = "scaleway";
78
// Name of the github repo.
79
const GITHUB_REPO = "scaleway-cli";
80
// The branch on which we want to perform the release
81
-const GITHUB_RELEASED_BRANCH = "v2";
+const GITHUB_RELEASED_BRANCH = "master";
82
// Name of the devtool bucket.
83
const S3_DEVTOOL_BUCKET = "scw-devtools";
84
// Region of the devtool bucket .
0 commit comments