...

Command release

Copyright 2020 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Package release checks that the a given version of gopls is ready for release. It can also tag and publish the release.

To run:

$ cd $GOPATH/src/golang.org/x/tools/gopls $ go run release/release.go -version=<version>