A tool to whitelist students in Serendip based on Sisu data.
- Go to Releases
- Download the version for your platform:
- Windows:
serendip-sisu-whitelister-vX.X.X-windows.exe
- MacOS:
serendip-sisu-whitelister-vX.X.X-macos
- Linux:
serendip-sisu-whitelister-vX.X.X-linux
- Windows:
- Make the file executable:
- MacOS: Right-click the file, select "Properties" or "Get Info", and check "Allow executing file as program" or ensure the file permissions include "Execute"
- Linux: Right-click the file, select "Properties", go to "Permissions" tab, and check "Allow executing file as program"
- Run the executable
- Update version in
Cargo.toml
- Create and push a new tag:
git tag v1.0.0 # Use appropriate version git push origin v1.0.0
- GitHub Actions will automatically build and publish the release to the Releases page.