We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6677af4 commit 6bcbc17Copy full SHA for 6bcbc17
release-plz.toml
@@ -1,3 +1,4 @@
1
-[changelog_config]
2
-pr_title = true
3
-conventional_commits = true
+[changelog]
+commit_preprocessors = [
+ { pattern = "^Merge pull request #([0-9]+) from .*?\\n\\n([^\n]+)", replace = "${2} (#${1})" }
4
+]
0 commit comments