Closed
Description
gorelease should be able to compare packages in two modules with different module paths. This is useful for 1) comparing across major versions, especially for the first release on a new major version, and 2) comparing an original module and a fork.
This could be implemented by expanding the -base
flag to accept a module path and a version.
gorelease -base=example.com/[email protected] -version=v2.0.0