x/exp/cmd/gorelease: support for using VCS references as versions #37412
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
In the context of a CI script, reviewing the changes being proposed in a PR, for example:
I'm spitballing with the
vcs:
prefix aboveWhat did you expect to see?
A comparison with the
HEAD
of themaster
branch. In this case I would expect the VCS reference to be resolved locally, rather than via the proxy.What did you see instead?
No support for using VCS references as versions.
cc @jayconrod
The text was updated successfully, but these errors were encountered: