]> Cypherpunks repositories - gostls13.git/commit
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>
Thu, 5 Dec 2019 19:53:44 +0000 (19:53 +0000)
commita253b38de3aa8408f7d5f6f443f2b3ad92be1c00
tree5660addcfa525e875f9d461a7aaf054fa72cda2c
parent50535e6b422ac6b0195f9d3a83607326401cee0b
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.

Fixes #35988

Change-Id: I51e07c1bc3ab9c4a5744e8f668c5470adf78bffe
Reviewed-on: https://go-review.googlesource.com/c/go/+/209918
Reviewed-by: Alexander Rakoczy <alex@golang.org>
doc/devel/release.html