chore: bump version to 1.1.12 and fix release workflow #40
Reference in New Issue
Block a user
Delete Branch "push-zmkxouxypspm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update Cargo.toml to 1.1.12 for a semver patch release. Refactor the Makefile release target to explicitly retrieve the parent commit hash via
jj logand apply the tag, replacing implicit working directory tagging. Removejj auto-describeand--change @in favor of an explicitgit push originfor the version tag.