Skip to content

Commit

Permalink
ci: new bevy version to use in cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Mar 23, 2024
1 parent 7199c96 commit 88d7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify = true
push = true
pre-release-commit-message = "chore: Release {{crate_name}} version {{version}}"
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}} |" },
]
tag-message = "chore: Release {{crate_name}} version {{version}}"
tag-name = "{{version}}"
Expand Down

0 comments on commit 88d7bf2

Please sign in to comment.