core-ds/changesets-snapshot-release
A GitHub action to automate snapshot releases with Changesets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish | The command to use to build and publish packages | yes | — |
| version | The command to update version, edit CHANGELOG, read and delete changesets | yes | — |
| cwd | Sets the cwd for the node process. Default to `process.cwd()` | no | — |
| exit-if-no-changesets | Stops action running if no changesets found | no | true |
Outputs
| name | description |
|---|---|
| published | A boolean value to indicate whether a publishing is happened or not |
| published-packages | A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]` |