Tags: honorguard77/vscode-go
Tags
extension/src/config.ts: handle the version with '-dev' as prerelease And change the version string in package.json on master to v0.44.0-dev to indicate it is the dev version for v0.44.0. Prerelease versions will use v0.43.X. While doing so, I learned that the version string must have Major.Minor.Patch[-prerelease] format, and strings like "v0.44-dev" are not acceptable. Otherwise, `vsce` and vscode test framework fails to build the extension quite mysteriously. Change-Id: I6e73b2bf6d0f41b491844345193064320dd401e3 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/615775 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> kokoro-CI: kokoro <[email protected]>
extension/CHANGELOG.md: prepare for v0.42.1 For golang#3520 Change-Id: Id21e2c86732eee2982e360e3f0356cb0f4a19a3b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/611835 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
extension/CHANGELOG.md: prepare for v0.42.1 For golang#3520 Change-Id: Id21e2c86732eee2982e360e3f0356cb0f4a19a3b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/611835 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
[release-v0.42] extension/package.json: prepare for v0.42.1 For golang#3520 Change-Id: I158e22239d7c857c4117ac04463eef32ed9d30a2 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/612040 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]>
[release-v0.42] extension/package.json: prepare for v0.42.1 For golang#3520 Change-Id: I158e22239d7c857c4117ac04463eef32ed9d30a2 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/612040 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]>
extension: stop setting "preview" for v0.43.0 v0.43.0 is our first pre-release version that replaces the nightly extension. Pre-release is built from the master branch. Previously we set the preview' field because the nightly extension is built from the master and golang.go-nightly is a preview extension in our definition. golang.go is not a preview extension so let's unset this field. Nightly extension publishing is paused. And add a CHANGELOG entry for v0.43.0. For pre-release versions, we will skip CHANGELOG addition. But, it's good to announce the first pre-release version and mention the deprecation of nightly. For golang#1935 Change-Id: I326963818aa3bd7723bbdf69d5b747f57210b5c1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/607756 Reviewed-by: Robert Findley <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> kokoro-CI: kokoro <[email protected]>
extension: stop setting "preview" for v0.43.0 v0.43.0 is our first pre-release version that replaces the nightly extension. Pre-release is built from the master branch. Previously we set the preview' field because the nightly extension is built from the master and golang.go-nightly is a preview extension in our definition. golang.go is not a preview extension so let's unset this field. Nightly extension publishing is paused. And add a CHANGELOG entry for v0.43.0. For pre-release versions, we will skip CHANGELOG addition. But, it's good to announce the first pre-release version and mention the deprecation of nightly. For golang#1935 Change-Id: I326963818aa3bd7723bbdf69d5b747f57210b5c1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/607756 Reviewed-by: Robert Findley <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> kokoro-CI: kokoro <[email protected]>
[release] prepare v0.42.0 release (2) 2b8494a extension/test/integration: skip broken install test for go1.19/1.20 Change-Id: I514d96a4710d108f2670d77174f5e52220317a06
[vscgo-module-v0.0.1-deprecated] vscgo: deprecate github.com/golang/v… …scode-go/vscgo "module" Retract all versions including the version to tag For golang#3420 Change-Id: I4dd80bd14bf464b568e3ac867d5bcafecb1e250e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/591755 TryBot-Bypass: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
PreviousNext