mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a6a5004e71
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.
(cherry picked from commit 232f250a4c)