Skip to content

Commit

Permalink
chore: Add SEC tickets to changelog generator tool
Browse files Browse the repository at this point in the history
Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed May 1, 2024
1 parent 08aaba1 commit 619f2da
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 619f2da

Please sign in to comment.