Skip to content

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

@lachieh

Description

@lachieh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions