hipcheck
hipcheck copied to clipboard
Document the Hipcheck release workflow
Release workflow:
- Run
cargo xtask changelog -bto generate a draft changelog. - Use that to write a changelog entry for the new version.
- Commit the changelog, PR, merge it.
- Run
cargo release <version_change> -p <crate_name> --certs-source nativeto check release - Rerun the above command with the
--executeflag to run. (Everything else is automated) cargo-releasepush of tag triggerscargo-distCIcargo-distCI builds artifacts, creates GitHub Release with contents pulled from changelog entry for the new version