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.