Skip to content

Commit

Permalink
chore: update release to bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 7, 2024
1 parent 5051676 commit e54a956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Aviable and compatible versions

| bevy | SplashScreen |
|--------|-----------------|
| 0.13 | 0.5.0 |
| 0.12 | 0.5.0 |
| 0.11 | 0.4.4 |
| 0.10.1 | 0.3.0 |
Expand Down
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allow-branch = ["*", "!HEAD"]
pre-release-replacements = [
{ file = "README.md", search = "\\| 0\\.12 \\| [0-9\\.-]+ \\|", replace = "| 0.12 | {{version}} |" },
{ file = "README.md", search = "\\| 0\\.13 \\| [0-9\\.-]+ \\|", replace = "| 0.13 | {{version}} |" },
{ file = "README.md", search = "bevy_splash_screen = \"[0-9\\.-]+\"", replace = "bevy_splash_screen = \"{{version}}\"" },
]
tag-message = "chore: Release {{crate_name}} version {{version}}"
Expand Down

0 comments on commit e54a956

Please sign in to comment.