Skip to content

Commit

Permalink
[INTERNAL] CHANGELOG: Fix scope detection in commit messages
Browse files Browse the repository at this point in the history
Scope may contain special characters
  • Loading branch information
RandomByte committed Jul 12, 2018
1 parent 8c7c42b commit 7b78344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
2 changes: 1 addition & 1 deletion .chglog/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
Expand Down

0 comments on commit 7b78344

Please sign in to comment.