-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.modules
Milestone
Description
gorelease currently lets the user specify a base version to compare against using the -base
flag. At the moment, this only accepts an existing version of the same module (retrievable using go mod download
). #37410 would allow version queries like @latest
, @master
, or @01234abcdef
It may sometimes be useful to compare against code that isn't available to the proxy or pushed to the origin VCS server yet. A -basedir
flag would help with this. It would let the user specify the base version as a directory tree.
gorelease -basedir=path/to/base -release=v1.0.0
cc @liggitt
JohnStarich
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.modules