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 00cb218 commit 8fd6372Copy full SHA for 8fd6372
bin/release.js
@@ -3,7 +3,7 @@ const shell = require('shelljs')
3
4
const silent = { silent: true }
5
const RELEASE_BRANCH_NAME = 'release'
6
-const MASTER_BRANCH_NAME = 'ci'
+const MASTER_BRANCH_NAME = 'master'
7
8
const RELEASE_MAJOR = 'major'
9
const RELEASE_MINOR = 'minor'
0 commit comments