]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] doc: add CherryPickApproved filter to Release History links
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 5 Dec 2019 14:13:21 +0000 (17:13 +0300)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 9 Dec 2019 19:53:51 +0000 (19:53 +0000)
commit6bf4b230234171f1cc4edab8e3eb2a989a02ddee
treeb0dd28025262a10805926abf51139d9d9b6327b5
parent9341fe073e6f7742c9d61982084874560dac2014
[release-branch.go1.13] doc: add CherryPickApproved filter to Release History links

Not all closed issues in a given minor milestone are included in that
release, only the ones that have been labeled as CherryPickApproved are.

Update the links to the GitHub issue tracker to include a filter on the
CherryPickApproved label, so that the default view shows only the
backports that were included in a given release. This should more useful
to most people than seeing all backports (considered and approved).

Do this only for Go 1.9.1 and newer releases, as that is when we started
using the CherryPickCandidate and CherryPickApproved labels.

Updates #35988
Fixes #36003

Change-Id: I51e07c1bc3ab9c4a5744e8f668c5470adf78bffe
Reviewed-on: https://go-review.googlesource.com/c/go/+/210117
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
doc/devel/release.html