We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7d9818 + 62e3756 commit 1f6e7f2Copy full SHA for 1f6e7f2
ci/detect_component_bump
@@ -12,6 +12,7 @@ if git log -1 -m --name-only --pretty="" | grep -q components/${comp}/idf_compon
12
echo "${comp}: Component version file has changed"
13
version=`grep version: components/${comp}/.cz.yaml`
14
version=${version#*version: }
15
+ version="${version//\~/_}"
16
17
tag_format=`grep tag_format: components/${comp}/.cz.yaml`
18
tag_format=${tag_format#*tag_format: }
0 commit comments