changesets/action/select-mode

August 1, 2026 ยท View on GitHub

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: none

OutputsDescription
modeThe mode to use for the current repo state: 'version', 'publish', or 'none'.
publish-plan-artifact-idArtifact id for the generated publish plan when mode is publish