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 1
1
[workspace ]
2
2
dependencies_update = false
3
3
publish_timeout = " 30m"
4
+ git_release_enable = false
4
5
5
6
[[package ]]
6
7
name = " bevy_mod_scripting"
7
8
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
+ ]
8
31
9
32
[[package ]]
10
33
name = " bevy_mod_scripting_lua"
You can’t perform that action at this time.
0 commit comments