release: tweak how sha256sum is invoked

The output would ideally just have the basename of the file and not a
meaningless relative path.

Fixes #2654
This commit is contained in:
Andrew Gallant
2023-11-27 20:05:58 -05:00
parent 8575d26179
commit 2d518dd1f9
2 changed files with 9 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ This is a patch release with a few small bug fixes.
Bug fixes:
* [BUG #2654](https://github.com/BurntSushi/ripgrep/issues/2654):
Fix `deb` release sha256 sum file.
* [BUG #2659](https://github.com/BurntSushi/ripgrep/issues/2659):
Fix Fish shell completions.
* [BUG #2662](https://github.com/BurntSushi/ripgrep/issues/2662):