You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update binary migration to ~/.verda/bin (#18)
* fix: update old binary in-place during migration to ~/.verda/bin
When the running binary is outside ~/.verda/bin/ (e.g. /usr/local/bin),
the update command now also replaces the old binary so the user gets
the new version immediately regardless of PATH order. Prints clear
instructions to add ~/.verda/bin to PATH and remove the old binary.
This handles the migration path from pre-migration releases where
verda update installed in-place at the old location.
* fix: detect package-manager installs and skip in-place binary update
When the running binary is managed by Homebrew, apt, rpm, apk, or
Scoop, don't overwrite it — advise the user to use their package
manager instead. Only replace in-place for manual installations
(curl, direct download to /usr/local/bin).
* fix: upgrade verdagostack to v1.1.3 and add package release configs
Upgrade verdagostack to v1.1.3 which fixes wizard back-navigation:
- Esc in Loader-managed steps (SSH keys, storage, startup script) now
goes back instead of cancelling the wizard
- Back navigates to the immediate prior step instead of skipping all
completed steps
Add goreleaser configs for Homebrew tap, Scoop bucket, and Linux
packages (deb/rpm/apk).
* docs: add package install methods to README and rename release test
Add Homebrew, Scoop, and Linux package (deb/rpm/apk) install sections
to README. Fix OS image in the non-interactive example. Rename
install-test.sh to test-release-packages.sh for clarity.
* fix: configure HOMEBREW_TAP_TOKEN for brew/scoop release
Add token config to goreleaser brews/scoops sections and pass
HOMEBREW_TAP_TOKEN secret in the release workflow so goreleaser
can push formula/manifest to the homebrew-tap repo.
0 commit comments