File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
+ changelog_path =" ./CHANGELOG.md"
2
3
dependencies_update = false
3
4
publish_timeout = " 30m"
4
5
git_release_enable = false
5
- changelog_update = false
6
6
git_tag_enable = false
7
7
git_release_body = """
8
8
{{ changelog }}
@@ -32,7 +32,6 @@ commit_parsers = [
32
32
33
33
[[package ]]
34
34
name = " bevy_mod_scripting"
35
- changelog_update = true
36
35
publish_features = [" lua54" ]
37
36
version_group = " main"
38
37
git_release_latest = true
@@ -41,14 +40,6 @@ git_tag_enable = true
41
40
git_tag_name = " v{{ version }}"
42
41
git_release_name = " v{{ version }}"
43
42
44
- changelog_include = [
45
- " bevy_mod_scripting_lua" ,
46
- " bevy_mod_scripting_core" ,
47
- " bevy_mod_scripting_rhai" ,
48
- # "bevy_mod_scripting_rune",
49
- " bevy_mod_scripting_functions" ,
50
- ]
51
-
52
43
[[package ]]
53
44
name = " bevy_mod_scripting_lua"
54
45
publish_features = [" lua54" ]
You can’t perform that action at this time.
0 commit comments