vertexvis/Lerna Publish
Publishes packages in a Lerna project and creates a Github release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github auth token to create a release through Github's API. | yes | — |
| repository | The owner and repo name, vertexvis/repo. | yes | — |
| version | A string describing the release version. | yes | — |
| commitish | A SHA or branch name to use as the tag for the release. | yes | — |
| name | The name of the Github release. | yes | — |
| body | The description of the Github release. | yes | — |
| draft | A flag indicating if this is a draft release. | no | — |
| prerelease | A flag indicating if this is a prerelease. | no | — |
Outputs
no outputs