Skip to content

Commit

Permalink
ci: update release manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Jan 16, 2025
1 parent 1baecc4 commit 83927cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Aviable and compatible versions

| bevy | VirtualJoystick |
|--------|-----------------|
| 0.15 | main |
| 0.15 | 2.3.0 |
| 0.14 | 2.3.0 |
| 0.13 | 2.2.0 |
| 0.12 | 2.1.0 |
Expand Down
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.14 \\| [0-9\\.-]+ \\|", replace = "| 0.14 | {{version}} |" },
{ file = "README.md", search = "\\| 0.15 \\| [0-9\\.-]+ \\|", replace = "| 0.15 | {{version}} |" },
]
tag-message = "chore: Release {{crate_name}} version {{version}}"
tag-name = "{{version}}"
Expand Down

0 comments on commit 83927cf

Please sign in to comment.