Closed mrcjkb closed 8 months ago
Thanks. Haha I thought I had it right this time.
I'll push a 0.4.3 tag
🤔 looks like it broke something?
The nix build workflow should already fail if there is a mismatch, not sure we also need to fail the release for this.
The nix build workflow should already fail if there is a mismatch, not sure we also need to fail the release for this.
It should fail if the lock file is out of date, but it won't fail if the version in Cargo.toml doesn't match the release tag.
Hey :wave:
I noticed your last release and wanted to package it for nixpkgs. It looks like you forgot to update the version in Cargo.toml + Cargo.lock again.
This PR adds some safety, as discussed in #67, by:
VERSION
environment variable.v
prefix - will fail if not).I've also bumped the version in Cargo.toml to 0.4.3 and updated the lockfile. Would you be open to pushing a 0.4.3 tag, so I can package this for nixpkgs?