Skip to content

Commit 18e3bac

Browse files
authored
chore: Update release-plz.toml
1 parent e6059df commit 18e3bac

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

release-plz.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[workspace]
2+
changelog_path="./CHANGELOG.md"
23
dependencies_update = false
34
publish_timeout = "30m"
45
git_release_enable = false
5-
changelog_update = false
66
git_tag_enable = false
77
git_release_body = """
88
{{ changelog }}
@@ -32,7 +32,6 @@ commit_parsers = [
3232

3333
[[package]]
3434
name = "bevy_mod_scripting"
35-
changelog_update = true
3635
publish_features = ["lua54"]
3736
version_group = "main"
3837
git_release_latest = true
@@ -41,14 +40,6 @@ git_tag_enable = true
4140
git_tag_name = "v{{ version }}"
4241
git_release_name = "v{{ version }}"
4342

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-
5243
[[package]]
5344
name = "bevy_mod_scripting_lua"
5445
publish_features = ["lua54"]

0 commit comments

Comments
 (0)