Suppression du hash de commit pour les paquets dev et staging

This commit is contained in:
Benjamin Bohard 2022-01-12 15:08:30 +01:00
parent 4c4fd6d42c
commit 47c7d0ac3c
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ function next_version {
fi
if [ "$package_level" = 'dev' ] || [ "$package_level" = 'staging' ]
then
version="${version}~${package_level}+${distance}~$(get_short_hash $commit)"
version="${version}~${package_level}+${distance}"
fi
echo $version
}