Skip to content

Commit

Permalink
ENH Handle TLN commit prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 2, 2023
1 parent 8cbb724 commit 4e681c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Model/Changelog/ChangelogItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class ChangelogItem
'Dependencies' => [
'/^(DEP)\b:?/',
],
'Translations' => [
'/^(TLN)\b:?/',
],
'Maintenance' => [
'/^(MNT)\b:?/',
'/\btravis\b/'
Expand Down
1 change: 1 addition & 0 deletions templates/cow/changelog/logs/audit_mode.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'Dependencies',
'Maintenance',
'Documentation',
'Translations',
'Merge'
]
-%}
Expand Down
1 change: 1 addition & 0 deletions templates/cow/changelog/logs/by_module.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'API Changes',
'Dependencies',
'Documentation',
'Translations',
'Other changes'
]
-%}
Expand Down
1 change: 1 addition & 0 deletions templates/cow/changelog/logs/plain.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'API Changes',
'Dependencies',
'Documentation',
'Translations',
'Other changes'
]
-%}
Expand Down

0 comments on commit 4e681c0

Please sign in to comment.