actions-marketplace-validations/team-xquare

A GitHub action to automate releases with Changesets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 12, 2021
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/team-xquare_action@73ffde7954acea9539ad80202a5d729d15301c41 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
publishThe command to use to build and publish packagesno
versionThe command to update version, edit CHANGELOG, read and delete changesets. Default to `changeset version` if not providedno
commitThe commit message. Default to `Version Packages` no
titleThe pull request title. Default to `Version Packages`no
namedescription
publishedA boolean value to indicate whether a publishing is happened or not
publishedPackagesA JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`