mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 06:21:00 +00:00
Refactor merge-to-branch script to handle "zen-stable" branch and merge to "zen-twilight" branch if specified
This commit is contained in:
@@ -4,7 +4,7 @@ branch=zen-"$1"
|
||||
default_branch="central"
|
||||
|
||||
if [ $branch = "zen-stable" ]; then
|
||||
$(dirname $0)/merge-to-branch.sh twilight
|
||||
default_branch="zen-twilight"
|
||||
fi
|
||||
|
||||
git checkout "$branch"
|
||||
|
||||
Reference in New Issue
Block a user