You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
@swift-nav/devinfra
cargo release uses a pre-commit hook to update the sbp2json input to
point to the latest sbp release in crates.io
However, the sed version uses the `-i` flag which is not POSIX defined
and will give different results with gnu sed vs BSD sed.
Now this should be good to release from OSX or linux
0 commit comments