FAQ | This is a LIVE service | Changelog

Skip to content

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): and feat(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