1.0 KiB
1.0 KiB
Current steps for a release
- Update CHANGELOG.md
- Tag
- Push everything
- Wait for the github workflows to complete
- Download and verify the correct version of one of the binaries
- Finish the draft release and publish.
- Check gotop-builder for a successful everything build; if successful, publish.
- Notify Nix
Notify HomebrewAutomated now.Automation broke. Notify manually.- Do the Arch release.
- cd actions/arch-package
- VERSION=v4.1.2 ./run.sh
Nix
I haven't yet figured this out, so currently just file a ticket and hope somebody on that end updates the package.
Nix adds new and interesting complexities to the release.
- Download the gotop src package; run sha256 on it to get the hash
- cd to the nixpkgs directory
- Update the sha256 hash in
pkgs/tools/system/gotop/default.nix
docker run -it --rm --mount type=bind,source="\$(pwd)",target=/mnt nixos/nix sh
cd /mnt
- install & run vgo2nix to update deps.nix
nix-build -A gotop
- When it fails, ...