-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
When using changesets in the framework, version bumps occasionally use major instead of the expected minor version increment.
Expected Behavior
Changeset should bump the version with a minor version increment when changes are not breaking.
Actual Behavior
The changeset tooling sometimes incorrectly bumps the version as major, which can cause unintended breaking version signals to consumers.
Steps to Reproduce
- Create a changeset with a
minorchange - Run the changeset version command
- Observe that the version is bumped as
majorinstead ofminor
Possible Causes
- Incorrect changeset type set in the
.changesetfiles - Dependency resolution causing a cascade bump to
major - Misconfiguration in
changesetsconfig
Additional Context
This issue should be investigated to understand the root cause and ensure consistent versioning behavior across the framework packages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels