We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40f8c23 + 6bcbc17 commit 5e64e26Copy full SHA for 5e64e26
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