Skip to content

Use a custom tag format for changelogs

Yorick Peterse requested to merge changelog-tag-format into master

What does this MR do?

This allows us to handle the Omnibus tag format, which isn't compliant with semantic versioning. We filter out CE tags as we don't need them to determine a changelog commit range, as no changelog commits are introduced between creating the CE and EE tags.

See gitlab-com/gl-infra/delivery#1551 (closed) for more information.

Related issues

gitlab-com/gl-infra/delivery#1551 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Merge request reports