-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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.
Milestone
Description
From #26420 (comment).
Adding a new type term to type element is not seen an API-level change.
For example when changing
type Number interface { ~float32 | ~float64 }to
type Number interface { ~float32 | ~float64 | ~int }
goreleasesuggest to only bump the patch number.I think it should bump minor number instead.
The reason is that apidiff does not know about type constraints.
johan-detectify
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.