Skip to content

Commit 6bcbc17

Browse files
committed
fix config again
1 parent 6677af4 commit 6bcbc17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

release-plz.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
[changelog_config]
2-
pr_title = true
3-
conventional_commits = true
1+
[changelog]
2+
commit_preprocessors = [
3+
{ pattern = "^Merge pull request #([0-9]+) from .*?\\n\\n([^\n]+)", replace = "${2} (#${1})" }
4+
]

0 commit comments

Comments
 (0)