fix: use compiler version for standalone CLI distribution versioning#11157
fix: use compiler version for standalone CLI distribution versioning#11157timotheeguerin with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
|
@copilot wondering if instead we should just make sure the version match at all time and add standlone cli to the same version policy |
…version to 1.13.0 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Done. Moved |
|
Hi @@copilot. Your PR has had no update for 14 days and it is marked as a stale PR. If it is not updated within 14 additional days, the PR will automatically be closed. If you want to refresh the PR, please remove the |
@typespec/standalone-clifollows a different version scheme (0.83.0) than@typespec/compiler(1.13.0). The publish pipeline was writing the standalone package version tolatest.txtand blob storage paths, whiletsp --versionreports the compiler version — causing Scoop/winget/Homebrew listings to show a version users never see.Changes
eng/tsp-core/pipelines/jobs/cli/publish-artifacts.yml: ChangedworkingDirectoryfor the version-reading step frompackages/standalone→packages/compiler, solatest.txtand blob storage paths use the compiler version consistently withtsp --versionoutput.