Skip to content

Commit 84bbccd

Browse files
authored
chore: update bevy compat matrix (#281)
* chore: update bevy compat matrix * fix release-plz
1 parent 793dc3b commit 84bbccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ The languages currently supported are as follows:
4646
For examples, installation and usage instructions see our shiny new [book](https://makspll.github.io/bevy_mod_scripting)
4747

4848
## Bevy Compatibility
49+
BMS generates code based on each bevy release, which is why we pin the patch version of bevy too.
4950

5051
| bevy_mod_scripting | bevy |
5152
|---------------------|--------|
53+
| 0.9.4+ | 0.15.2 |
5254
| 0.9.1+ | 0.15.1 |
5355
| 0.9 | 0.15.0 |
5456
| 0.8 | 0.15.0 |

release-plz.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ git_release_body = """
1212
{% endfor %}
1313
{% endif %}
1414
"""
15-
pr_name = "chore: release {{ version }}"
1615

1716
[changelog]
1817
commit_parsers = [
@@ -78,4 +77,3 @@ git_release_latest = false
7877
git_tag_enable = true
7978
git_tag_name = "v{{ version }}-ladfile"
8079
git_release_name = "v{{ version }}-ladfile"
81-
pr_name = "chore: release ladfile {{ version }}"

0 commit comments

Comments
 (0)