Skip to content

Commit

Permalink
ci(common): Fix tag creation
Browse files Browse the repository at this point in the history
In case the component needs versioning for the package version, e.g.
asio, the tag needs to be adjusted.
  • Loading branch information
euripedesrocha committed Oct 24, 2023
1 parent 0a45085 commit 2a9e1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/detect_component_bump
Original file line number Diff line number Diff line change
Expand Up @@ -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: }
Expand Down

0 comments on commit 2a9e1f4

Please sign in to comment.