Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 501 Bytes

MAINTAINING.md

File metadata and controls

10 lines (9 loc) · 501 Bytes

Publishing a new version

  • Create a new branch
  • Bump the version of the crate(s) you want to release (via cargo-release)(:
    • Dry run with e.g. cargo release version --package plow_graphify patch
    • Actually execute it by appending the --execute flag
  • Apply rewritings (to e.g. README) via:
    • cargo release replace --execute
  • Push the branch
  • Merge the branch to main (the release workflow there should take care of publishing the crate)