mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
Merge pull request #399 from euripedesrocha/fix_tag_creation
Fix tag creation
This commit is contained in:
@ -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"
|
echo "${comp}: Component version file has changed"
|
||||||
version=`grep version: components/${comp}/.cz.yaml`
|
version=`grep version: components/${comp}/.cz.yaml`
|
||||||
version=${version#*version: }
|
version=${version#*version: }
|
||||||
|
version="${version//\~/_}"
|
||||||
|
|
||||||
tag_format=`grep tag_format: components/${comp}/.cz.yaml`
|
tag_format=`grep tag_format: components/${comp}/.cz.yaml`
|
||||||
tag_format=${tag_format#*tag_format: }
|
tag_format=${tag_format#*tag_format: }
|
||||||
|
Reference in New Issue
Block a user