ssc-spc-ccoe-cei / gcp-tools

This repo is meant to be a submodule of the gcp-repo-template repository. https://github.com/ssc-spc-ccoe-cei/gcp-repo-template
3 stars 3 forks source link

fix: version tagging parsing, add missing fixes from monorepo #55

Closed alaincormier-ssc closed 11 months ago

alaincormier-ssc commented 11 months ago

Fix version-tagging.sh parsing when separator is also part of the package path. It was hardcoded to 2nd field when splitting, instead of the last field. For example, my-directory/subdir1/0.0.0 with / as separator should return 0.0.0.

Also, adding missing fixes from monorepo branch PR #50