diff options
author | Dan Finlay <dan@danfinlay.com> | 2019-03-07 02:39:30 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2019-03-07 02:39:30 +0800 |
commit | 77c888ec82f4486b3217e7f16f3ea96f3a5999fc (patch) | |
tree | d6bea8c29093f92ba2c953f7df785e7b8cbf75c5 | |
parent | 79309fe1ead5132ea662a3fe406560bf94bc9015 (diff) | |
download | tangerine-wallet-browser-77c888ec82f4486b3217e7f16f3ea96f3a5999fc.tar.gz tangerine-wallet-browser-77c888ec82f4486b3217e7f16f3ea96f3a5999fc.tar.zst tangerine-wallet-browser-77c888ec82f4486b3217e7f16f3ea96f3a5999fc.zip |
Emphasize rollback in branch name too
-rwxr-xr-x | development/rollback.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/rollback.sh b/development/rollback.sh index 6bc98ca9b..285625d48 100755 --- a/development/rollback.sh +++ b/development/rollback.sh @@ -17,7 +17,7 @@ git fetch origin git checkout origin/v$1 # Create the rollback branch. -git checkout -b Version-$NEW_VERSION +git checkout -b Version-$NEW_VERSION-Rollback-to-$1 # Set the version files to the next one. git checkout master CHANGELOG.md |