Merge pull request #399 from euripedesrocha/fix_tag_creation

Fix tag creation
This commit is contained in:
david-cermak
2023-10-24 16:31:14 +02:00
committed by GitHub

View File

@ -12,6 +12,7 @@ if git log -1 -m --name-only --pretty="" | grep -q components/${comp}/idf_compon
echo "${comp}: Component version file has changed"
version=`grep version: components/${comp}/.cz.yaml`
version=${version#*version: }
version="${version//\~/_}"
tag_format=`grep tag_format: components/${comp}/.cz.yaml`
tag_format=${tag_format#*tag_format: }