thinkmill/Changesets
A GitHub action to automate releases with Changesets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| publish | The command to use to build and publish packages | no | — |
| version | The command to update version, edit CHANGELOG, read and delete changesets. Default to `changeset version` if not provided | no | — |
Outputs
| name | description |
|---|---|
| published | A boolean value to indicate whether a publishing is 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"}]` |