tisonkun opened a new pull request, #258: URL: https://github.com/apache/datasketches-rust/pull/258
## Summary Replace the unsupported `git grep -Fx` invocation in the RC tag preparation step with `grep -Fx`. ## Why Following Step 2 of `RELEASE.md` for 0.5.0 stops with `error: unknown switch 'x'` because `git grep` does not implement the system `grep` exact-line option. The release procedure already uses system `grep` elsewhere, so this keeps the intended exact-line validation without adding a dependency. This was found by executing the documented procedure before creating `0.5.0-rc.1`. No RC tag has been created yet, so the fix can be included in the candidate source and its immutable release commit. ## Validation - reproduced the documented command failure - ran the replacement with `release_version=0.5.0` - `git diff --check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
