Skip to content

Commit bacf78d

Browse files
committed
chore: update release-plz configuration
1 parent ba6cd89 commit bacf78d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

release-plz.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[workspace]
22
changelog_path = "./CHANGELOG.md"
33
git_release_enable = false
4+
git_tag_enable = false
5+
pr_name = "ristretto-v{{ version }}"
6+
release_always = false
7+
8+
[[package]]
9+
name = "ristretto_cli"
10+
changelog_update = true
11+
changelog_include = [
12+
"ristretto_classfile",
13+
"ristretto_classloader",
14+
"ristretto_vm",
15+
]
16+
git_release_enable = true
17+
git_release_name = "ristretto-v{{ version }}"
18+
git_tag_enable = true
19+
git_tag_name = "ristretto-v{{ version }}"
420
git_release_body = """
521
{{ changelog }}
622
{% if remote.contributors %}

0 commit comments

Comments
 (0)