Skip to content

build(vscode-extension): disable make_latest on github release publication#69139

Open
alan-agius4 wants to merge 1 commit into
angular:mainfrom
alan-agius4:fix-vscode-release-latest-label
Open

build(vscode-extension): disable make_latest on github release publication#69139
alan-agius4 wants to merge 1 commit into
angular:mainfrom
alan-agius4:fix-vscode-release-latest-label

Conversation

@alan-agius4
Copy link
Copy Markdown
Contributor

Previously, when releasing the VS Code extension, the draft release was created with make_latest: 'false', but the PATCH request that published the draft release omitted this option. As a result, GitHub automatically designated the published release as the 'latest' release.

This change explicitly passes make_latest: 'false' during the publish request to prevent it from automatically becoming the latest release.

@pullapprove pullapprove Bot requested a review from crisbeto June 4, 2026 06:11
@angular-robot angular-robot Bot added the area: vscode-extension Issues related to the Angular Language Service VsCode extension label Jun 4, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 4, 2026
@alan-agius4 alan-agius4 requested review from atscott and josephperrott and removed request for crisbeto June 4, 2026 06:12
…ation

Previously, when releasing the VS Code extension, the draft release
was created with make_latest: 'false', but the PATCH request that
published the draft release omitted this option. As a result, GitHub
automatically designated the published release as the 'latest' release.

This change explicitly passes make_latest: 'false' during the publish
request to prevent it from automatically becoming the latest release.
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Jun 4, 2026
@alan-agius4 alan-agius4 force-pushed the fix-vscode-release-latest-label branch from 2b02d0a to d5d27fd Compare June 4, 2026 06:13
@angular-robot angular-robot Bot added the area: build & ci Related the build and CI infrastructure of the project label Jun 4, 2026
@alan-agius4 alan-agius4 changed the title fix(vscode-extension): disable make_latest on github release publication build(vscode-extension): disable make_latest on github release publication Jun 4, 2026
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project area: vscode-extension Issues related to the Angular Language Service VsCode extension target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants