File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22dependencies_update = false
33publish_timeout = " 30m"
4+ git_release_enable = false
45
56[[package ]]
67name = " bevy_mod_scripting"
78version_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 ]]
1033name = " bevy_mod_scripting_lua"
You can’t perform that action at this time.
0 commit comments