Skip to content

Commit

Permalink
Merge pull request mendersoftware#2600 from lluiscampos/add-sec-tickets
Browse files Browse the repository at this point in the history
chore: Add `SEC` tickets to changelog generator tool
  • Loading branch information
lluiscampos authored May 2, 2024
2 parents 81cb8f3 + 619f2da commit 2568403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/changelog-generator/changelog-generator
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LINKED_SHAS = {}
# messages.
SHA_TO_TRACKER = {}

JIRA_PROJECTS = "|".join(["ARCHIVE", "INF", "MEN", "QA", "MC", "ME", "ALV"])
JIRA_PROJECTS = "|".join(["ARCHIVE", "INF", "MEN", "QA", "MC", "ME", "ALV", "SEC"])
JIRA_REGEX = rf"\[?(?:Jira:? *)?(?:https?://northerntech.atlassian.net/browse/)?((?:{JIRA_PROJECTS})(?:-| )[0-9]+)\]?"
TRACKER_REGEX = r"\(?(?:(?:Ref|Ticket):? *)?%s\)?:? *" % (JIRA_REGEX)
CONVENTIONAL_COMMIT_TYPE_REGEX = (
Expand Down

0 comments on commit 2568403

Please sign in to comment.