make: fix bump target version parsing #2
Reference in New Issue
Block a user
Delete Branch "benvin/fix-makefile-bump"
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?
The
bumpheredoc broke across make per-line recipe handling. Parse the current version withcutin a single backslash-continued shell, default to 0.0.0 when untagged, and error on an unknown PART. (v0.1.0 was tagged manually with the fixed logic.)