Skip to content

Commit

Permalink
Fix changelog and checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Oct 28, 2023
1 parent 5a54ea6 commit 93bf569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a shared changelog for all projects in this repo:
- [`cvars-console-fyrox`](https://crates.io/crates/cvars-console-fyrox)
- [`cvars-console-macroquad`](https://crates.io/crates/cvars-console-macroquad)

## Cvars-console-fyrox unreleased
## Cvars-console-fyrox v0.4.0 - 2023-10-28

- **Breaking change:** Update fyrox-ui to 0.23.0

Expand Down
2 changes: 1 addition & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- This is after bumping versions to make sure all the packages in the repo are still compatible
- For each package to release:
- Optional: Double check the generated package has the correct versions of `cvars-*` deps - `cargo publish --dry-run -p crate-name` or `cargo tree`.
- `cargo publish -p crate-name`
- `cargo publish -p crate-name` (without `-p crate-name` for standalone crates - consoles)
- `git tag -a crate-name-vX.Y.Z`
- If specifying multiple versions, put more important first in case the line gets truncated on GitHub
- `git push` the tag
Expand Down

0 comments on commit 93bf569

Please sign in to comment.