Skip to content

Commit 1f6e7f2

Browse files
authored
Merge pull request #399 from euripedesrocha/fix_tag_creation
Fix tag creation
2 parents a7d9818 + 62e3756 commit 1f6e7f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/detect_component_bump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if git log -1 -m --name-only --pretty="" | grep -q components/${comp}/idf_compon
1212
echo "${comp}: Component version file has changed"
1313
version=`grep version: components/${comp}/.cz.yaml`
1414
version=${version#*version: }
15+
version="${version//\~/_}"
1516

1617
tag_format=`grep tag_format: components/${comp}/.cz.yaml`
1718
tag_format=${tag_format#*tag_format: }

0 commit comments

Comments
 (0)