Open renoirb opened 3 years ago
As currently designed, change type "none" means "roll these changes into the next patch, minor, or major bump", so in theory it should neither consume the files nor bump the versions if only change files with type "none" exist for a project.
That said, the above behavior is clearly not quite working as designed, so there is a bug here.
There is a bug here. Once a version bump has been applied to a package, all of that package's changefiles should be removed including the "type": "none"
changefiles. Looking at the common/changes
folder in this repo, that's clearly not happening.
That report was suggested by Pete, because I've noticed that behavior of never getting the change files type=none to be deleted
Summary
Using rush version --bump normal process when we have rush change bumpType set to "none",
TODO: write this better.
Repro steps
TODO: make sure this issue exactly creates what I'm trying to report. Details are currently from top of mind.
Expected result: Any change files should be deleted as they should be consumed by publish
Actual result: change files still prese t
Details
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?