Skip to content

Commit 65a6a6d

Browse files
committed
chore: add git release body to release-plz.toml
1 parent 6c7f9d3 commit 65a6a6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-plz.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
[workspace]
22
changelog_path = "./CHANGELOG.md"
3+
git_release_enable = true
4+
git_release_body = """
5+
{{ changelog }}
6+
{% if remote.contributors %}
7+
### Contributors
8+
{% for contributor in remote.contributors %}
9+
* @{{ contributor.username }}
10+
{% endfor %}
11+
{% endif %}
12+
"""
313

414
[changelog]
515
body = """

0 commit comments

Comments
 (0)