Canonize release version tag

This commit is contained in:
Jose Gracia 2024-05-29 14:06:28 +02:00
parent bdc64ff223
commit 28ac26aca7

View file

@ -37,9 +37,9 @@ check_repo () {
echo $1
}
# modify tag if necessary
# modify tag by stripping "hlrs-release-" prefix
canonize_tag () {
echo $1
echo ${1##hlrs-release-}
}
# create and prepare destination directory