]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix release script
authorChocobozzz <me@florianbigard.com>
Thu, 11 Oct 2018 06:47:59 +0000 (08:47 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 11 Oct 2018 06:47:59 +0000 (08:47 +0200)
scripts/release.sh

index 7b577ef35f91eeab82b3ade1b20918cd133a41c6..3a8643b5a4ebe6083a36bcf6cb081f166817ffd1 100755 (executable)
@@ -27,7 +27,7 @@ fi
 maintainer_public_key=${MAINTAINER_GPG:-"583A612D890159BE"}
 
 branch=$(git symbolic-ref --short -q HEAD)
-if [ "$branch" != "develop" ] && [[ "$branch" != feature/* ]]; then
+if [ "$branch" != "develop" ] && [[ "$branch" != release/* ]]; then
   echo "Need to be on develop or release branch."
   exit -1
 fi