We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3173f commit b8234f0Copy full SHA for b8234f0
1 file changed
Framework/script/patch.sh
@@ -90,7 +90,7 @@ git tag -a $patchVersion -m "$patchVersion"
90
echo "push the tag upstream"
91
git push upstream $patchVersion
92
93
-echo "Go to Github https://github.com/AliceO2Group/QualityControl/releases/new?tag=v${newVersion}&title=v${newVersion}"
+echo "Go to Github https://github.com/AliceO2Group/QualityControl/releases/new?tag=v${patchVersion}&title=v${patchVersion}"
94
95
read -p "Fill in the release notes and create the new release in GitHub" -n 1 -r
96
echo
0 commit comments