progress 0.0.7

This commit is contained in:
Oleg Sheynin 2026-02-01 23:36:46 +00:00
parent f311315ef8
commit 4390c12fc4
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 confirm
version_tag="v${release_version}" 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}'" version_comment="'${version_tag} ${project} ${branch} $(date +%Y-%m-%d)\n${whats_new}'"
cmd_arr=() cmd_arr=()