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 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 usinggo 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.cc @liggitt
The text was updated successfully, but these errors were encountered: