genu/Prepare Release
Creates a release-triggering PR summarizing dependency changes since the last tag. Designed for projects using release-please + Renovate.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-type | Conventional commit type for the release trigger commit | no | fix |
| commit-scope | Conventional commit scope for the release trigger commit | no | deps |
| commit-message | Conventional commit message (without type/scope prefix) | no | update dependencies |
| auto-merge | Enable auto-merge on the created PR | no | true |
| pr-labels | Comma-separated labels to apply to the PR | no | "" |
Outputs
| name | description |
|---|---|
| committed | Whether a release PR was created |
| pr-url | URL of the created pull request |
| pr-number | Number of the created pull request |