Skip to content

Commit 8fd6372

Browse files
committed
Release script - update master branch name.
1 parent 00cb218 commit 8fd6372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const shell = require('shelljs')
33

44
const silent = { silent: true }
55
const RELEASE_BRANCH_NAME = 'release'
6-
const MASTER_BRANCH_NAME = 'ci'
6+
const MASTER_BRANCH_NAME = 'master'
77

88
const RELEASE_MAJOR = 'major'
99
const RELEASE_MINOR = 'minor'

0 commit comments

Comments
 (0)