-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/relui: add pre-announcement workflows
These workflows do the work of filling in a pre-announcement template with the user-provided values, taking ownership over email formatting, and sending it to the right mailing lists. Add a new parameter type to relui for convenience of entering a date. It takes advantage of the <input type="date"> element available in modern browsers. Also add a select parameter type that allows selecting from a known set of options, to avoid needing to type them manually. Fixes golang/go#54063. Change-Id: I041c2659db6bd384f3850b2df3bd31c8b096579d Reviewed-on: https://go-review.googlesource.com/c/build/+/425196 Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
Showing
14 changed files
with
400 additions
and
54 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 |
---|---|---|
|
@@ -2640,6 +2640,7 @@ func init() { | |
addPerson("Taro Aoki", "[email protected]", "@ktr0731") | ||
addPerson("Tarrant", "[email protected]", "@tarrant") | ||
addPerson("Taru Karttunen", "[email protected]", "@taruti") | ||
addPerson("Tatiana Bradley", "[email protected]") | ||
addPerson("Tatsuhiro Tsujikawa", "[email protected]", "@tatsuhiro-t") | ||
addPerson("Taufiq Rahman", "[email protected]", "@Inconnu08") | ||
addPerson("Ted Hahn", "[email protected]") | ||
|
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
Oops, something went wrong.