Sometimes we deploy the same commit to different environments using tags, and git:describeLight seems to pick up the wrong tag from time to time.
git itself provides a way to filter the tag returned by using --match <pattern>, I wonder if it is possible to support this through custom.gitDescribeMatchPattern: <pattern>?
Sometimes we deploy the same commit to different environments using tags, and
git:describeLightseems to pick up the wrong tag from time to time.gititself provides a way to filter the tag returned by using--match <pattern>, I wonder if it is possible to support this throughcustom.gitDescribeMatchPattern: <pattern>?