You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github/workflows: use <year>.<month>.<day>.<hour> as version
Marketplace does not allow prerelease annotation.
That caused the release error like
https://github.com/golang/vscode-go/runs/517074211?check_suite_focus=true
Use the four digit semver instead. Note the current `vsce package`
command allows prerelease annotation but does not allow four digit
semver format currently.
And record the commit hash to the CHANGELOG.md
since we cannot rely on the version string to encode the info.
Update #5
Change-Id: Id45fc822bb0d5b6b6750e28bf71bbb49f3eb97be
GitHub-Last-Rev: cf71291
GitHub-Pull-Request: #12
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/223961
Reviewed-by: Rebecca Stambler <[email protected]>
0 commit comments