Skip to content

Commit

Permalink
Accepting "FIX" notation in changelog generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jul 5, 2012
1 parent e96de6c commit 2be8924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CreateChangelog.php
Expand Up @@ -20,7 +20,7 @@ class CreateChangelog extends SilverStripeBuildTask {
public $types = array(
'API Changes' => array('/^(APICHANGE|API-CHANGE|API CHANGE|API)\s?:?/i'),
'Features and Enhancements' => array('/^(ENHANCEMENT|ENHNACEMENT|FEATURE|NEW)\s?:?/i'),
'Bugfixes' => array('/^(BUGFIX|BUGFUX|BUG)\s?:?/i','/^(BUG FIX)\s?:?/i'),
'Bugfixes' => array('/^(BUGFIX|BUGFUX|BUG|FIX)\s?:?/i','/^(BUG FIX)\s?:?/i'),
'Other' => array('/^(MINOR)\s?:?/i')
);

Expand Down

0 comments on commit 2be8924

Please sign in to comment.