-
Notifications
You must be signed in to change notification settings - Fork 233
Create a Release
Cooper Quintin edited this page May 16, 2025
·
5 revisions
- Bump the rayhuter version and make a PR like so:
git checkout main
git pull
git checkout -b version bump
sed -i "" -E 's/<old version>/<new version>/g' */Cargo.toml
- Go to the actions page and view the latest action https://github.com/EFForg/rayhunter/actions
- Download the release.tar file
- Move the tarball to a subdirectory rayhunter-
- Untar the file
tar -xv -C rayhunter-<Version> -f release.tar
- Zip the release directory
- Take a sha256 sum
sha256sum rayhunter-<version>.zip > rayhunter-version.zip.sha256
- Make a release, Upload the sha256 sum and release zip file