Skip to content

Commit 4b8e54c

Browse files
committed
build(chglog): Update header pattern to allow / character in scope
1 parent eb719ac commit 4b8e54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ options:
2929
ci: Continuous Integration
3030
chore: Miscellaneous Chores
3131
header:
32-
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
32+
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\/\\s]*)\\))?\\:\\s(.*)$"
3333
pattern_maps:
3434
- Type
3535
- Scope

0 commit comments

Comments
 (0)