We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8006e67 commit 41a2df0Copy full SHA for 41a2df0
start_stable_release_branch.sh
@@ -9,7 +9,7 @@ fi
9
VERSION=$2
10
OLD_VERSION=$1
11
git checkout master
12
-git hf release start $VERSION
+git hf hotfix start $VERSION
13
mvn versions:set -DnewVersion=$VERSION
14
find . -name "pom.xml" -type f -exec sed -i "s/<seqware-version>$OLD_VERSION<\/seqware-version>/<seqware-version>$VERSION<\/seqware-version>/g" {} \;
15
git add pom.xml \*/pom.xml
0 commit comments