core-ds/changesets-snapshot-release

A GitHub action to automate snapshot releases with Changesets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
publishThe command to use to build and publish packagesyes
versionThe command to update version, edit CHANGELOG, read and delete changesetsyes
cwdSets the cwd for the node process. Default to `process.cwd()`no
exit-if-no-changesetsStops action running if no changesets foundnotrue
namedescription
publishedA boolean value to indicate whether a publishing is happened or not
published-packagesA JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`