Release checklist
Hop releases are built on a trusted maintainer machine and uploaded as draft GitHub Releases. GitHub Actions is not required.
The canonical repository is github.com/GnosysLabs/Hop.
One-time setup
- Configure
originashttps://github.com/GnosysLabs/Hop.gitor its SSH equivalent and set the default branch tomain. - Install
gh, rungh auth login, and keep its credential in the OS keychain. - Agents and release scripts must never create, rotate, list, or revoke account tokens.
- When upgrading GoReleaser, update its pinned version and archive checksums in
scripts/release-local.shfrom the official checksum file.
Validate before tagging
scripts/release-local.sh --snapshot
Inspect dist/ and test representative archives. Confirm hop version reports
the injected version and hop skill install --force refreshes the embedded
skill bundles.
Create a release
- Update release notes.
- Run the snapshot command and inspect the artifacts.
- Create and verify a signed semantic-version tag, then publish it without
force using
hop push-tag TAG. - Run
scripts/release-local.sh --publish. It validates locally, builds the platform archives, generateschecksums.txt, and uploads a GitHub draft. - Verify the draft assets, checksums, version output, and a disposable install.
- Publish the draft and test both one-command installers.
Expected assets
hop_darwin_amd64.tar.gz
hop_darwin_arm64.tar.gz
hop_linux_amd64.tar.gz
hop_linux_arm64.tar.gz
hop_windows_amd64.zip
hop_windows_arm64.zip
checksums.txt
Legacy upgrade note
Hop v1.1.4 uses GitHub as its canonical repository and release source. An installation from v1.0.10 or earlier may still query the retired Gitea feed; if hop update cannot reach that feed, rerun the current GitHub installer once. Future hop update commands will then use GitHub.