Skip to content

Commit 803eb4b

Browse files
ci: Format the CHANGELOG after rendering the template
1 parent fe20451 commit 803eb4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.release-plz.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ commit_parsers = [
6969
{ message = "^.*", skip = true },
7070
]
7171

72+
commit_preprocessors = [
73+
# remove issue numbers from commits
74+
{ pattern = '.*', replace_command = "dprint fmt --stdin md" },
75+
]
76+
7277
[[package]]
7378
name = "pavex"
7479
changelog_update = true

0 commit comments

Comments
 (0)