Skip to content

Commit 41a2df0

Browse files
committed
Fix hf command for stable release script
Former-commit-id: be63935
1 parent 8006e67 commit 41a2df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_stable_release_branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
VERSION=$2
1010
OLD_VERSION=$1
1111
git checkout master
12-
git hf release start $VERSION
12+
git hf hotfix start $VERSION
1313
mvn versions:set -DnewVersion=$VERSION
1414
find . -name "pom.xml" -type f -exec sed -i "s/<seqware-version>$OLD_VERSION<\/seqware-version>/<seqware-version>$VERSION<\/seqware-version>/g" {} \;
1515
git add pom.xml \*/pom.xml

0 commit comments

Comments
 (0)