Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change command should have a package filter - current picker is not accessible #806

Open
ling1726 opened this issue Dec 5, 2022 · 1 comment

Comments

@ling1726
Copy link
Member

ling1726 commented Dec 5, 2022

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 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

@ecraig12345
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants