secana/Forji
3
54
Fork
You've already forked Forji
7

ci: make release recipe sed portable across BSD and GNU sed #83

Merged
secana merged 1 commit from fix/release-recipe-sed-portability into main 2026年06月15日 19:06:19 +02:00

just release used sed -i '', which is BSD/macOS syntax. In the nix dev
shell GNU sed shadows it and reads '' as an empty script and the s/.../
expression as a filename, aborting the version bump. Use -i.bak plus a
cleanup rm, which works on both BSD and GNU sed.

`just release` used `sed -i ''`, which is BSD/macOS syntax. In the nix dev shell GNU sed shadows it and reads `''` as an empty script and the s/.../ expression as a filename, aborting the version bump. Use `-i.bak` plus a cleanup `rm`, which works on both BSD and GNU sed.
`just release` used `sed -i ''`, which is BSD/macOS syntax. In the nix dev
shell GNU sed shadows it and reads `''` as an empty script and the s/.../
expression as a filename, aborting the version bump. Use `-i.bak` plus a
cleanup `rm`, which works on both BSD and GNU sed.
secana changed title from (削除) fix: make release recipe sed portable across BSD and GNU sed (削除ここまで) to ci: make release recipe sed portable across BSD and GNU sed 2026年06月15日 19:06:06 +02:00
secana deleted branch fix/release-recipe-sed-portability 2026年06月15日 19:06:20 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
secana/Forji!83
Reference in a new issue
secana/Forji
No description provided.
Delete branch "fix/release-recipe-sed-portability"

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?