Skip to content

Commit d66f0c7

Browse files
fix(ops): do not filter non conventional commits
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent adbb2ea commit d66f0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ commit_parsers = [
6363
]
6464

6565
# filter out the commits that are not matched by commit parsers
66-
filter_commits = true
66+
filter_commits = false
6767

6868
filter = { exclude = { scopes = ["ci", "infra", "ops"] } }
6969

0 commit comments

Comments
 (0)