Skip to content

Create a Release

Will Greenberg edited this page Jul 25, 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 rayhunter-v file
  3. Unzip the file which will give you a zip file and a sha256sum (unzip will ask if you want to overwrite the file just say yes)
  4. Make a release, Upload the sha256 sum and release zip file
Clone this wiki locally