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

[changeset-feedback] Private packages are ignored, regardless of .changeset/config.json #162

Open
lachieh opened this issue Jan 17, 2025 · 0 comments

Comments

@lachieh
Copy link

lachieh commented Jan 17, 2025

Hey, first of all, thanks for this! We're using it over at wasmCloud/typescript repo. It's much less aggressive than the changeset bot 😅

Only feature I'd like to request is to respect the version private packages setting from the .changeset/config.json. We currently have an app which is not published to npm, but it does need versioning and its own release process.

'm happy to submit a PR for this—I was thinking I'd just load the config json and skip this condition:

if (pkg.isPrivate) {
continue;
}

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

1 participant