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
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:
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:
actions/changeset-feedback/generateFeedback.ts
Lines 236 to 238 in b3c1841
The text was updated successfully, but these errors were encountered: