Update dev-tool settings
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b47e405ec4
commit
fa2e428ec3
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ ignore_messages:
|
||||||
# Every commit message matching one of the regular expressions defined
|
# Every commit message matching one of the regular expressions defined
|
||||||
# in here will cause a patch-version increase (1.0.0 -> 1.0.1).
|
# in here will cause a patch-version increase (1.0.0 -> 1.0.1).
|
||||||
match_patch:
|
match_patch:
|
||||||
|
- "^CI"
|
||||||
- "^[dD]ep"
|
- "^[dD]ep"
|
||||||
- "^[fF]ix"
|
- "^[fF]ix"
|
||||||
- "^[lL]int"
|
- "^[lL]int"
|
||||||
|
|
|
@ -40,3 +40,5 @@ Thumbs.db
|
||||||
# Just (using as internal task-runner)
|
# Just (using as internal task-runner)
|
||||||
justfile
|
justfile
|
||||||
Justfile
|
Justfile
|
||||||
|
|
||||||
|
*.bak
|
||||||
|
|
Loading…
Reference in a new issue