You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been some requests for a way to get notified of breaking changes in kit. I'd argue we wouldn't need to care about it until 1.0 but I'm forwarding the request anyway.
Describe the proposed solution
A quick way to solve this would be to add some kind of (breaking change) message in the changeset. Using #3670 as an example: Add App namespace for app-level types (breaking change).
Alternatives considered
Do nothing
Importance
nice to have
Additional Information
None
The text was updated successfully, but these errors were encountered:
kevmodrome
changed the title
Notify of any breaking changes
Notify of any breaking changes to make it easier for folks update their apps
Feb 3, 2022
We've been inconsistent about including "breaking change" next to changelog entries. It would probably be a polite thing to do,
kevmodrome
changed the title
Notify of any breaking changes to make it easier for folks update their apps
Notify of any breaking changes to make it easier for folks to update their apps
Feb 3, 2022
We do have the Breaking: text in the changeset to note it's a breaking change. But yes it seems like some breaking changes are not prefixed with it, e.g. #3674 too
Describe the problem
There have been some requests for a way to get notified of breaking changes in kit. I'd argue we wouldn't need to care about it until 1.0 but I'm forwarding the request anyway.
Describe the proposed solution
A quick way to solve this would be to add some kind of
(breaking change)
message in the changeset. Using #3670 as an example:Add App namespace for app-level types (breaking change)
.Alternatives considered
Importance
nice to have
Additional Information
The text was updated successfully, but these errors were encountered: