make: fix bump target version parsing #2

Merged
benvin merged 1 commits from benvin/fix-makefile-bump into main 2026-07-17 23:33:11 +10:00
Owner

The bump heredoc broke across make per-line recipe handling. Parse the current version with cut in 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.)

The `bump` heredoc broke across make per-line recipe handling. Parse the current version with `cut` in 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.)
unkinben added 1 commit 2026-07-17 23:30:59 +10:00
make: fix bump target version parsing
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
fa6db89f0d
The heredoc-based read broke across make's per-line recipe handling. Parse the
current version with cut in a single backslash-continued shell instead, and
error on an unknown PART.
benvin merged commit c667a8f5d6 into main 2026-07-17 23:33:11 +10:00
benvin deleted branch benvin/fix-makefile-bump 2026-07-17 23:33:12 +10:00
Sign in to join this conversation.