Skip to content

Commit

Permalink
Merge pull request #72 from Eclipse-Station/upstream-merge-4873
Browse files Browse the repository at this point in the history
[MIRROR] Increases amout of supported changelog prefixes
  • Loading branch information
drexample authored May 14, 2020
2 parents 494501a + 37fee4e commit 3e9a386
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tools/changelog/ss13_genchangelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,27 @@

all_changelog_entries = {}


validPrefixes = [
'bugfix',
'wip',
'tweak',
'soundadd',
'sounddel',
'rscdel',
'maptweak,
'rscadd',
'imageadd',
'imagedel',
'maptweak',
'spellcheck',
'experiment',
'balance'
'tgs',
'balance',
'code_imp',
'refactor',
'config',
'admin',
'server'
]


Expand Down

0 comments on commit 3e9a386

Please sign in to comment.