Overview of Changesets GitHub Actions
mainThe changesets/action repository provides a collection of GitHub Actions designed to automate the Changesets workflow. These actions allow you to manage versioning, publishing, and pull request automation for monorepos or individual packages.
Available specialized actions include:
changesets/action/select-mode: Select the mode to run a Changesets workflow.changesets/action/version: Version packages and create or update a pull request.changesets/action/pack: Pack publishable packages into tarballs.changesets/action/publish: Publish packages to npm.changesets/action/pr-status: Generate changeset status in PRs.changesets/action/pr-comment: Create or update comments on PRs.