progress 0.0.7

This commit is contained in:
Oleg Sheynin 2026-02-01 23:36:46 +00:00
parent f311315ef8
commit e4a3795793
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
0.0.6
0.0.7

View File

@ -136,6 +136,9 @@ echo "Release version: ${release_version}"
confirm
version_tag="v${release_version}"
if [ "$(git tag -l "${version_tag}")" != "" ]; then
version_tag="${version_tag}.$(date +%Y%m%d_%H%M)"
fi
version_comment="'${version_tag} ${project} ${branch} $(date +%Y-%m-%d)\n${whats_new}'"
cmd_arr=()