Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 377 Bytes

RELEASING.md

File metadata and controls

26 lines (17 loc) · 377 Bytes

Releasing

  1. Update the CHANGELOG.md:

  2. Update Cargo.toml with the new version.

  3. Commit

    $ git commit -am "Prepare version X.Y.X"
    
  4. Tag

    $ git tag -am "X.Y.Z" X.Y.Z
    
  5. Push!

    $ git push && git push --tags
    

    This will trigger a GitHub Action workflow which will create a GitHub release and publish to Cargo.