Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 643 Bytes

File metadata and controls

12 lines (9 loc) · 643 Bytes

Releasing

  1. Ensure that CHANGELOG.md is up-to-date with all relevant changes. Additionally, make sure that the version specified in Cargo.toml matches the to-be-released version.

  2. Create and push a new Git tag for the version with a v prefix, e.g.:

    git tag vX.Y.Z
    git push --tags

    This will automatically run the "Publish release" GitHub Actions workflow, which will create a GitHub release, build a release tarball, and attach the tarball to the release.

  3. Edit the newly created GitHub release, setting the relevant section of CHANGELOG.md as the description.