maven.gitlab-ci.yml : semantic commit message pattern matching is not handling 'fix(component):' style
-
Update semantic commit message pattern matching to handle
fix(component):
andfeat(component)
style commit messages -
if next calculated version is the same as the current version there's no need to attempt to publish a new version, in this case the publish step should be skipped
Examples of pipelines with this issue (using commit messages that are not handled correctly by the current ci template):
Edited by Kevin Hooke