diff --git a/.git_changerelease.yaml b/.git_changerelease.yaml index 708cc4f..c9f6fa5 100644 --- a/.git_changerelease.yaml +++ b/.git_changerelease.yaml @@ -12,6 +12,7 @@ ignore_messages: # Every commit message matching one of the regular expressions defined # in here will cause a patch-version increase (1.0.0 -> 1.0.1). match_patch: + - "^CI" - "^[dD]ep" - "^[fF]ix" - "^[lL]int" diff --git a/.gitignore_global b/.gitignore_global index 82399f1..8a0728e 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -40,3 +40,5 @@ Thumbs.db # Just (using as internal task-runner) justfile Justfile + +*.bak