Release v2.0.0: Go CLI#37
Closed
nimish-ks wants to merge 3 commits into
Closed
Conversation
- Update manifest to download raw .exe instead of zip (no more Windows-binary dir)
- Update URL to new naming convention: phase_cli_{version}_windows_amd64.exe
- Add autoupdate hash extraction from checksums.txt
- Add upgrade test CI job to verify 1.x -> 2.x upgrade path
nimish-ks
force-pushed
the
release-2-0-0
branch
from
March 11, 2026 10:41
db4cf10 to
c0e5298
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.exeinstead of zip (oldWindows-binary/phase/phase.exepath is gone)phase_cli_{version}_windows_amd64.exeautoupdate.hashextraction fromchecksums.txtfor future auto-updatesUpgrade test
scoop-upgrade-test) installs the published 1.x from the bucket, then upgrades to 2.0 from this PRphase --versionmatches after upgradeWindows-binary/directory is cleaned up by ScoopTest plan
manifest-validationCI passes on Windowsscoop-upgrade-testCI passes (1.x -> 2.0 upgrade)scoop install phase-cli/phase && phase --versionreturns2.0.0