- Increment the version number in
flake.nix
. - Create a new git tag for the new version. Ex:
v0.0.23
. - Push the git tag to GitHub.
- Build
eiam
locally for bothamd64
(GOOS=linux GOARCH=amd64
) andarm64
(GOOS=darwin GOARCH=arm64
). - Upload the build to the release for the tag in GitHub.