seek-oss/Changesets Snapshot
A GitHub action to publish snapshot releases with Changesets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pre-publish | The command to run prior to the main publish script | no | — |
| pre-version | The command to run prior to the main version script | no | — |
Outputs
| name | description |
|---|---|
| published | A boolean value to indicate whether a publishing has happened or not |
| publishedPackages | 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"}]` |