maud/RELEASE_PROCESS.md
Chris Wong 3232fb7eca
Delete maud_htmlescape package ()
Replace it with a symlink. Cargo will automatically resolve this to a
normal file on publish.
2021-11-06 11:33:44 +00:00

678 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. Verify that documentation was published (this should have been triggered by the release)
  8. cargo publish