crs-k/Release Draft
Creates & updates GitHub release draft, automatically generates release notes, and bumps semver compliant tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | — | — |
| commitish | Target of release. Default: default branch | no | — |
| bump | Semver bump type. Options: major, minor, patch, premajor, preminor, prepatch, or prerelease. Default level is patch. Only one version may be specified. | no | patch |
| release-strategy | See Release Strategy section for details. | no | single |
| publish-strategy | See Publish Strategy section for details. | no | manual |
Outputs
| name | description |
|---|---|
| id | The ID of the Release |
| html_url | The URL users can navigate to in order to view the release |
| upload_url | The URL for uploading assets to the release |