Skip to content

Commit d88e5d4

Browse files
refactor(git cliff): allow non-conventional commits
1 parent 4a07e7a commit d88e5d4

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
@@ -3,7 +3,7 @@
33

44
[git]
55
conventional_commits = true
6-
require_conventional = true
6+
require_conventional = false
77
filter_unconventional = false
88
tag_pattern = "v[0-9].*"
99
# Split commits on newlines, treating each line as an individual commit.

0 commit comments

Comments
 (0)