Skip to content

Create a Release

Cooper Quintin edited this page May 16, 2025 · 5 revisions
  1. 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
  1. Go to the actions page and view the latest action https://github.com/EFForg/rayhunter/actions
  2. Download the release.tar file
  3. Move the tarball to a subdirectory rayhunter-
  4. Untar the file tar -xv -C rayhunter-<Version> -f release.tar
  5. Zip the release directory zip -r rayhunter-<version>.zip rayhunter-<version>
  6. Take a sha256 sum sha256sum rayhunter-<version>.zip > rayhunter-version.zip.sha256
  7. Make a release, Upload the sha256 sum and release zip file
Clone this wiki locally