elisa-actions/PR Release Action
Create releases from pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to create releases. You can use `secrets.GITHUB_TOKEN`. | yes | — |
| prerelease_id | Identifier to be used to prefix premajor, preminor, prepatch or prerelease version increments. | no | "" |
| dry_run | Only output values without creating a release | no | false |
| release_notes | Include release notes | no | true |
| release_draft | Create releases as draft | no | false |
| prerelease_draft | Create prereleases as draft | no | false |
| update_major_tag | Update the major tag to point to the current release, for example 1.2.0 would move the v1 tag | no | false |
Outputs
| name | description |
|---|---|
| release_title | Release title |
| release_body | Release body |
| release_id | ID of the new release |
| release_url | HTML URL of the new release |
| release_upload_url | Upload URL of the new release |
| bump | Bump level |
| version | Version of the new release |