File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ The languages currently supported are as follows:
4646For 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 |
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ git_release_body = """
1212{% endfor %}
1313{% endif %}
1414"""
15- pr_name = " chore: release {{ version }}"
1615
1716[changelog ]
1817commit_parsers = [
@@ -78,4 +77,3 @@ git_release_latest = false
7877git_tag_enable = true
7978git_tag_name = " v{{ version }}-ladfile"
8079git_release_name = " v{{ version }}-ladfile"
81- pr_name = " chore: release ladfile {{ version }}"
You can’t perform that action at this time.
0 commit comments