x/tools/gopls: create link for release note for each version #37019
Milestone
Comments
Perhaps we should just edit the latest minor version's release notes into the top comment. |
Done. I vote we keep the notes from the most recent minor series at #33030 (comment), as I've done now. |
hyangah
added a commit
to hyangah/vscode-go-old
that referenced
this issue
Feb 11, 2020
Agreed. Closing this issue. |
hyangah
added a commit
to hyangah/vscode-go-old
that referenced
this issue
Feb 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VSCode Go extension detects availability of newer versions of gopls automatically (by querying
proxy.golang.org
) and suggest upgrade. I want to see the update suggestion message window include the link to the release note.Currently #33030 serves as a place for release note announcement which makes sense since
gopls
evolves quickly. I can use the link to the issue but that's rather distracting as more versions are published. Alternatively we can create a short link (encoded with the version tag) for each tagged version and make it point to the corresponding comments. Post v1.0, we can still use the link format to point to the official, formal release note.The text was updated successfully, but these errors were encountered: