Skip to content

Commit 62e3756

Browse files
ci(common): Fix tag creation
In case the component needs versioning for the package version, e.g. asio, the tag needs to be adjusted.
1 parent a7d9818 commit 62e3756

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)