We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a6a6d commit c1b0948Copy full SHA for c1b0948
release-plz.toml
@@ -10,6 +10,8 @@ git_release_body = """
10
{% endfor %}
11
{% endif %}
12
"""
13
+git_release_name = "v{{ version }}"
14
+git_tag_name = "v{{ version }}"
15
16
[changelog]
17
body = """
0 commit comments