actions-marketplace-validations/release-please
automated releases based on conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for creating and grooming release PRs, e.g., secrets.GITHUB_TOKEN | yes | — |
| fork | should the PR be proposed from a fork (does not work with secrets.GITHUB_TOKEN) | no | — |
| package-name | name of the distributions releases are being created for, e.g., "name" in package.json, or "setup.py" | yes | — |
| release-type | what type of release is this, one of (ruby, python, node, terraform-module) | yes | — |
| bump-minor-pre-major | should breaking changes before 1.0.0 produce minor bumps | no | — |
| path | create a release from a path other than the repository's root | no | — |
| monorepo-tags | add prefix to tags and branches, allowing multiple libraries to be released from the same repository | no | — |
| changelog-types | changlelog commit types | — | — |
| command | release-please command to run, either "github-release", or "release-pr" (defaults to running both) | — | — |
Outputs
no outputs