Skip to content

Commit

Permalink
fix(release): include / in regex parising for commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zlesnr committed Mar 10, 2020
1 parent a40e429 commit 7e3a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ options:
- #

header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern: "^(\\w*)(?:\\(([\\/\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
Expand Down

0 comments on commit 7e3a87c

Please sign in to comment.