Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 431 Bytes

release-guide.md

File metadata and controls

10 lines (10 loc) · 431 Bytes

Release guide:

  • Write changelog (see CHANGELOG.md for template)
  • Push version bump commit
    • Add changelog to CHANGELOG.md
    • Update /Cargo.toml version
    • Update /macros/Cargo.toml version
    • Update macros dependency version in /Cargo.toml
  • Add version tag with git tag v0.3.0 and git push origin --tags
  • Make GitHub release based on new tag
  • Release on crates.io with cargo publish, first in /macros, then in root