maud/RELEASE_PROCESS.md

749 B

Release process

  1. Update changelog
  2. Update Cargo.toml:
  3. Update #![doc(html_root_html = "...")]:
  4. cd docs && cargo update
  5. Commit to a new branch release-X.Y.Z, open a PR, fix issues, merge
  6. Create a release
  7. cargo publish
  8. Publish documentation