-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/task: add release definition for vscode-go stable release
- The flow accepts one parameter "verison bump strategy". - The flow uses that version bump strategy to interpret the version coordinator want to release. (from "next patch" -> vX.Y.Z) - The flow finds the latest prerelease of the interpreted release version. (from vX.Y.Z -> vX.Y.Z-rc.V) - The flow waits for coorindator's approval before moving forward to next step. A local relui screenshot is at golang/vscode-go#3500 (comment) For golang/vscode-go#3500 Change-Id: Ia8573451db5d84b126d95c5c9c2821e5221fa6be Reviewed-on: https://go-review.googlesource.com/c/build/+/614299 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Hongxiang Jiang <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
5 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