Prepare main for 7.1 nightly builds#4558
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s versioning and release-task defaults so main produces 7.1 prerelease artifacts (publishing typescript@next and the vscode-typescript-nightly VSIX), matching the updated nightly build strategy described in the PR metadata.
Changes:
- Bump the internal core version string from
7.0.0-devto7.1.0-dev. - Switch release defaults to publish the
typescriptpackage flavor instead of@typescript/native-preview. - Flip VSIX production defaults to build
vscode-typescript-nightlyand stop producing the native-preview VSIX by default.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| internal/core/version.go | Updates the dev version to 7.1.0-dev used by tooling and packaging. |
| Herebyfile.mjs | Adjusts release profile and VSIX output defaults to match the new nightly publishing plan. |
DanielRosenwasser
approved these changes
Jul 7, 2026
RyanCavanaugh
approved these changes
Jul 7, 2026
plmrry
approved these changes
Jul 8, 2026
DanielRosenwasser
approved these changes
Jul 8, 2026
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.
Now publishing
typescript@nextwithtypescript@7.1.0-dev.20260707.1etc, plusvscode-typescript-nightly. The release branch now is doingtypescript@latestand the main VS Code ext.@typescript/native-previewis no longer published.