This action selects the mode to run a Changesets workflow:
"version": Changesets are found. The workflow should version packages and create a pull request with the changes."publish": No changesets are found and they are publishable packages. The workflow should publish them."none": No changesets are found and there are no publishable packages. The workflow should do nothing.
- Job permissions: none
- Workflow triggers: any
Tip
Check out the docs to learn how to set up the version and publish workflow.
| Inputs | Description |
|---|---|
cwd |
The working directory to execute Changesets in. Defaults to the root of the repository. |
| Outputs | Description |
|---|---|
mode |
The mode to use for the current repo state: 'version', 'publish', or 'none'. |
publish-plan-artifact-id |
Artifact id for the generated publish plan when mode is publish |