mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
576 B
576 B
Creating a Release
crates.io releases are automated via GitHub actions and triggered by pushing a tag.
- Bump the version in Cargo.toml.
- Ensure CHANGELOG.md is updated. git-cliff can be used for generating the entries.
- Commit and push the changes.
- Create a new tag:
git tag -a v[X.Y.Z]
- Push the tag:
git push --tags
- Wait for Continuous Deployment workflow to finish.