- Update changelog
- Update
Cargo.toml
:maud
(don't forget dependencies!)maud_macros
- Update
#![doc(html_root_html = "...")]
: cd docs && cargo update
- Commit to a new branch
release-X.Y.Z
, open a PR, fix issues, merge git tag -a vX.Y.Z && git push --tags
- For the description, use a My Little Pony quote
- Create a release against the new tag
- Verify that documentation was published (this should have been triggered by the release)
cargo publish