Skip to content

Commit 5e64e26

Browse files
authored
Merge pull request #9 from typester/fix/release-plz
fix config again
2 parents 40f8c23 + 6bcbc17 commit 5e64e26

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)