Skip to content

Commit

Permalink
devapp: update burndown chart to track 1.15 milestone
Browse files Browse the repository at this point in the history
Change-Id: I73919249891ad20109511a3bad3fe8d74479ef92
Reviewed-on: https://go-review.googlesource.com/c/build/+/228110
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
danp authored and dmitshur committed Apr 15, 2020
1 parent 9a1cfea commit 455db85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devapp/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const (
prefixDev = "[dev."

// The title of the current release milestone in GitHub.
curMilestoneTitle = "Go1.14"
curMilestoneTitle = "Go1.15"
)

// The start date of the current release milestone.
var curMilestoneStart = time.Date(2019, 8, 27, 0, 0, 0, 0, time.UTC)
var curMilestoneStart = time.Date(2020, 2, 21, 0, 0, 0, 0, time.UTC)

// titleDirs returns a slice of prefix directories contained in a title. For
// devapp,maintner: my cool new change, it will return ["devapp", "maintner"].
Expand Down

0 comments on commit 455db85

Please sign in to comment.