-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: remove reference to the nightly extension
The nightly is deprecated in favor of the new pre-release versions. Clean up docs and references. Use "Pre-release" instead of "Preview" in user-facing doc. (We also use "insiders" or "preview" to refer to VS Code Pre-release inside our code or project to distinguish from semver's prerelease, but outside our project, "Pre-release extension" is the term to use) For #1953 Change-Id: Id9e5cc53fb1f459e69e7aa264ef76799b069c676 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/613178 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
- Loading branch information
Showing
11 changed files
with
21 additions
and
198 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
### Release process | ||
|
||
The golang.go-nightly extension is released daily during weekdays, based on the latest commit to the master branch. | ||
> 🚧 Under construction 🚧 | ||
(Note: the release process is currently in GH workflow. We are in process of moving it to a GCB workflow.) | ||
We are currently working on migrating the release process to the Go project's relui (golang.org/x/build/cmd/relui). | ||
|
||
* Dockerfile: defines the image containing tools and environments needed to build and test the extension. (e.g. Go, Node.js, jq, etc.) | ||
* build-ci-image.yaml: defines the workflow to build the container image used for extension testing and releasing. | ||
* release-nightly.yaml: defines the workflow that builds the nightly extension and runs tests. The built extension is pushed only after all tests pass. | ||
* release.yaml: defines the (soon-to-be-deprecated) workflow to build/publish the extension in GCB. |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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