-
Notifications
You must be signed in to change notification settings - Fork 390
Move createRelease logic to @changesets/cli? #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to be able to use the createRelease logic found here locally, perhaps as a separate release command in the CLI. So that you could do something like:
yarn changesets versionyarn changesets publishGITHUB_TOKEN=xxx yarn changesets releaseoryarn changesets release --token xxx
My use case is testing local changes to @changesets/cli but I think it would be good to not have to rely on the GitHub actions, say if GitHub Actions is down but the API is not, or some other reason preventing the action from executing. You could fallback to running the process locally. What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request