Skip to content

Commit b8234f0

Browse files
authored
Fix patch.sh
1 parent 4c3173f commit b8234f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/script/patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ git tag -a $patchVersion -m "$patchVersion"
9090
echo "push the tag upstream"
9191
git push upstream $patchVersion
9292

93-
echo "Go to Github https://github.com/AliceO2Group/QualityControl/releases/new?tag=v${newVersion}&title=v${newVersion}"
93+
echo "Go to Github https://github.com/AliceO2Group/QualityControl/releases/new?tag=v${patchVersion}&title=v${patchVersion}"
9494

9595
read -p "Fill in the release notes and create the new release in GitHub" -n 1 -r
9696
echo

0 commit comments

Comments
 (0)