You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/task: remove unused log and improve on release note
- The go run release.go package command is not being executed in the
publish execution step so the log is empty.
- For insider release, the github release will now mention the insider
release is a prerelease version of the next stable version.
For golang/vscode-go#3500
Change-Id: I20f3aa9bea53fd25b06129fb702a907f62b6bffe
Reviewed-on: https://go-review.googlesource.com/c/build/+/615977
Auto-Submit: Hongxiang Jiang <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
// An insider minor version release (vX.ODD.0) is normally a dummy release
601
597
// immediately after a stable minor version release (vX.ODD-1.0).
@@ -604,35 +600,49 @@ func (r *ReleaseVSCodeGoTasks) vscodeGoGitHubReleaseBody(ctx context.Context, re
604
600
constvscodeGoMinorInsiderFmt=`%s is a pre-release version identical to the official release %s, incorporating all the same bug fixes and improvements. This may include additional, experimental features that are not yet ready for general release. These features are still under development and may be subject to change or removal.
605
601
606
602
See release https://github.com/golang/vscode-go/releases/tag/%s for details.`
This is the [pre-release version](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions) of {{ .NextStable }}.
0 commit comments