-
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.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.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
Currently, gorelease
compares APIs of all non-main, non-internal packages within a module. This is a sensible default.
In some cases, the API of a module's internal
packages should be checked, since it's consumed by nested modules. For example, packages in cloud.google.com/go/internal
are used in cloud.google.com/go/storage
.
In other cases, non-internal packages should not be checked. For example, authors probably don't care about incompatible changes in packages in an experimental
or unstable
directory.
gorelease
should accept a list of package paths or patterns as positional arguments. When specified, only these packages would be checked (main
packages would still be excluded, since they can't be imported).
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.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.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