progress 0.0.7
This commit is contained in:
parent
f311315ef8
commit
e4a3795793
@ -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=()
|
||||||
Loading…
x
Reference in New Issue
Block a user