Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/gopherbot: allow backporting to the upcoming Go release
This change gives gopherbot support to backport to the next major release (current release + 1). Previously, attempting a backport to a future release would create backports for the last two major Go releases. These changes will not affected "please backport" comments which do not indicate a backport number, as gopherbot should not open an issue for the future release without being explicitly asked to do so. Fixes golang/go#27040 Change-Id: I0096680c2ce2e164e6d80203bcf257dadaa97138 Reviewed-on: https://go-review.googlesource.com/131077 Reviewed-by: Filippo Valsorda <[email protected]>
- Loading branch information