actions-marketplace-validations/Release Action
GitHub Action to automatically release packages using lerna or semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token used to create the release on GitHub and publish on GitHub registry. | yes | — |
| npm_token | NPM token with publish permission. If not provided, publishing to npm registry will be skipped. | no | — |
| publish | Enable or disable publishing to package registries. When set to false, releases are only created on GitHub. | no | true |
| push | Enable or disable pushing changes made by the action. | no | true |
| name | User name to use when pushing to GitHub. | no | github-actions[bot] |
| Email to use when pushing to GitHub. | no | github-actions[bot]@users.noreply.github.com | |
| message | Commit message to use when bumping package.json. | no | ci(release): %s |
Outputs
no outputs