File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
DEVTOOLS_REMOTE=$( git remote -v | grep " flutter/devtools.git" | grep " (fetch)" | tail -n1 | cut -w -f1)
4
4
TYPE=$1
@@ -41,9 +41,12 @@ git commit -am "$COMMIT_MESSAGE"
41
41
42
42
git checkout $CLEAN_BRANCH
43
43
44
+ echo " ------------------------"
44
45
echo " RELEASE HELPER FINISHED"
45
- echo " Clean Branch: $CLEAN_BRANCH "
46
- echo " Next Branch: $NEXT_BRANCH "
46
+ echo " The branches created are as follows:"
47
+ echo
48
+ echo " DEVTOOLS_CLEAN_BRANCH=\" $CLEAN_BRANCH \" "
49
+ echo " DEVTOOLS_NEXT_BRANCH=\" $NEXT_BRANCH \" "
47
50
48
- export DEVTOOLS_CLEAN_BRANCH=$CLEAN_BRANCH
49
- export DEVTOOLS_NEXT_BRANCH=$NEXT_BRANCH
51
+ export DEVTOOLS_CLEAN_BRANCH=" $CLEAN_BRANCH "
52
+ export DEVTOOLS_NEXT_BRANCH=" $NEXT_BRANCH "
You can’t perform that action at this time.
0 commit comments