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
Currently running yarn change --message "message" --type "patch" will create the same changefile for every single changed package. Include some kind of filter to create a changefile for one package
Motivation
The interactive CLI is not accessible for developers using the screen reader, those users would need a single CLI command they can run to use yarn change
The text was updated successfully, but these errors were encountered:
You should be able to use --package foo to create a change file for a particular package, though currently this forces change file creation regardless of whether the package had changes or not.
Feature
Currently running
yarn change --message "message" --type "patch"
will create the same changefile for every single changed package. Include some kind of filter to create a changefile for one packageMotivation
The interactive CLI is not accessible for developers using the screen reader, those users would need a single CLI command they can run to use
yarn change
The text was updated successfully, but these errors were encountered: