actions-marketplace-validations/ChangesetsSnapshot

A GitHub action to automate Changesets snapshot releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
prepareScriptThe command to use to build, this script runs after 'version' flow, and before 'publish' flowno
tagThe name of the tag to use for snapshot publishingyes
cwdSets the cwd for the node process. Default to `process.cwd()`no
setupGitUserSets up the git user for commits as `"github-actions[bot]"`. Default to `true`notrue
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"}]`
hasChangesetsA boolean about whether there were changesets. Useful if you want to create your own publishing functionality.