Skip to content

Commit

Permalink
maint/dev ~ (git-changelog) add support for Type followed by '!'
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 1, 2022
1 parent 476d2c0 commit 79bff10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changelog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,17 @@ options:
test: Test Improvements
update: Dependency Updates
header:
pattern: "^(\\w+)(?:\\s*\\/(\\S+))\\s*[~:]?\\s(.*)$|^(\\w+)(?:\\s*\\(([^)]+)\\))?\\s*[~:]?\\s(.*)$"
pattern: "^(\\w+)([!])\\s*[~:]?\\s(.*)$|^(\\w+)\\s*\\/(\\S+)\\s*[~:]?\\s(.*)$|^(\\w+)(?:\\s*\\(([^)]+)\\))?\\s*[~:]?\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
- Type
- Scope
- Subject
- Type
- Scope
- Subject
tag:
# pattern: "^([RrVv](-[Vv]?)?)?\\d.*$"
pattern: "^(?i)([v])?\\d.*$"
Expand Down

0 comments on commit 79bff10

Please sign in to comment.