-
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 a step to mail announcement for vscode prerelease
The relui will accept two input parameters specifying the announcement sender and the receiver. As mentioned previously, the email announcement is not locally testable. For golang/vscode-go#3500 Change-Id: I8b22bc8a4bf5f62b42b22bc34f081c914bc0d7fd Reviewed-on: https://go-review.googlesource.com/c/build/+/613599 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information
Showing
8 changed files
with
89 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ spec: | |
- "[email protected]" | ||
# TODO(hxjiang): replace builder alerts with tooling gopher google group. | ||
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
- "--twitter-api-secret=secret:symbolic-datum-552/twitter-api-secret" | ||
- "--mastodon-api-secret=secret:symbolic-datum-552/mastodon-api-secret" | ||
- "--builder-master-key=secret:symbolic-datum-552/builder-master-key" | ||
|
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 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 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Subject: VSCode-Go {{.Version}} is released | ||
|
||
Hello gophers, | ||
|
||
We have just released vscode-go {{.Version}}, a release candidate for the upcoming vscode-go release. It is picked from release branch {{.Branch}} at commit {{.Commit | shortcommit}}. | ||
|
||
Find installation and testing instructions for the release candidate at https://github.com/golang/vscode-go/releases/tag/{{.Version}}. | ||
|
||
This vscode-go release is being tracked at https://go.dev/issue/{{.Issue}}. | ||
|
||
Cheers, | ||
The Go Tools Team |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<p>Hello gophers,</p> | ||
<p>We have just released vscode-go v0.44.2-rc.1, a release candidate for the upcoming vscode-go release. It is picked from release branch release-v0.44 at commit abc123d.</p> | ||
<p>Find installation and testing instructions for the release candidate at <a href="https://github.com/golang/vscode-go/releases/tag/v0.44.2-rc.1">https://github.com/golang/vscode-go/releases/tag/v0.44.2-rc.1</a>.</p> | ||
<p>This vscode-go release is being tracked at <a href="https://go.dev/issue/12345">https://go.dev/issue/12345</a>.</p> | ||
<p>Cheers,<br> | ||
The Go Tools Team</p> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Hello gophers, | ||
|
||
We have just released vscode-go v0.44.2-rc.1, a release candidate for the upcoming vscode-go release. It is picked from release branch release-v0.44 at commit abc123d. | ||
|
||
Find installation and testing instructions for the release candidate at https://github.com/golang/vscode-go/releases/tag/v0.44.2-rc.1. | ||
|
||
This vscode-go release is being tracked at https://go.dev/issue/12345. | ||
|
||
Cheers, | ||
The Go Tools Team |