Skip to content

Commit

Permalink
internal/history: document upcoming Go 1.14.5 and Go 1.13.13 security…
Browse files Browse the repository at this point in the history
… releases

They have been pre-announced¹.

Also update the release summary template to not point to the issue
tracker for future releases. The issue tracker is representative of
the final release content only for releases that have been completed.

¹ https://groups.google.com/d/msg/golang-announce/f2c5bqrGH_g/GnH6k56AAAAJ

Change-Id: I1b05a0d6ce3f3f05a441979f529d449a2f49465e
Reviewed-on: https://go-review.googlesource.com/c/website/+/242317
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
  • Loading branch information
passionSeven committed Jul 13, 2020
1 parent f24f5f4 commit 2cadc68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/golangorg/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ var releaseSummaryHTML = template.Must(template.New("").Parse(`
{{with .ComponentsAndPackages}} to {{.}}{{end}}.
{{.More}}
{{if .Released}}
See the
<a href="https://github.com/golang/go/issues?q=milestone%3AGo{{.V}}+label%3ACherryPickApproved">Go
{{.V}} milestone</a> on our issue tracker for details.
{{end}}
{{else}}
{{.CustomSummary}}
{{end}}
Expand Down
11 changes: 11 additions & 0 deletions internal/history/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ type Release struct {
// It contains entries for releases of Go 1.9 and newer.
// Older releases are listed in doc/devel/release.html.
var Releases = map[GoVer]Release{
{1, 14, 5}: {
Date: Date{2020, 7, 14},
Security: true,
Future: true,
},
{1, 13, 13}: {
Date: Date{2020, 7, 14},
Security: true,
Future: true,
},

{1, 14, 4}: {
Date: Date{2020, 6, 1},

Expand Down

0 comments on commit 2cadc68

Please sign in to comment.