Skip to content

Commit 035fb48

Browse files
committed
update release-pls config
1 parent 22eebba commit 035fb48

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

release-plz.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
[workspace]
22
dependencies_update = false
33
publish_timeout = "30m"
4+
git_release_enable = false
45

56
[[package]]
67
name = "bevy_mod_scripting"
78
version_group = "main"
9+
git_release_enable = true
10+
git_release_name = "v{{ version }}"
11+
git_release_body = """
12+
{{ changelog }}
13+
{% if remote.contributors %}
14+
### Contributors
15+
{% for contributor in remote.contributors %}
16+
* @{{ contributor.username }}
17+
{% endfor %}
18+
{% endif %}
19+
"""
20+
changelog_include = [
21+
"bevy_mod_scripting_lua",
22+
"bevy_mod_scripting_common",
23+
"bevy_mod_scripting_core",
24+
"bevy_mod_scripting_rhai",
25+
"bevy_mod_scripting_rune",
26+
"bevy_script_api",
27+
"bevy_event_priority",
28+
"bevy_mod_scripting_lua_derive",
29+
"bevy_mod_scripting_rhai_derive",
30+
]
831

932
[[package]]
1033
name = "bevy_mod_scripting_lua"

0 commit comments

Comments
 (0)