Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.72 KB

File metadata and controls

35 lines (23 loc) · 1.72 KB

changesets/action/select-mode

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.

Requirements

Usage

Tip

Check out the docs to learn how to set up the version and publish workflow.

API

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