konveyor/create-release-draft
Prepare the change log and create the release draft.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token with push permissions to the repo. Used for creating the release draft. | yes | — |
| tag | An existing tag to use for the release draft. | yes | — |
| prev_tag | The previous tag to start calculating the change log from. | yes | — |
| owner | Owner of the repo to create the release draft for. Default is the owner of the current repo. | no | "" |
| repo | Repo to create the release draft for. Default is the current repo. | no | "" |
| title | The title for the release draft. Default is 'Release ' + tag. | no | "" |
| title_prefix | title = prefix + tag. If both title and title_prefix are specified then title takes priority. | no | "" |
| header | The header will be placed before the change log in the release body. Default empty string. | no | "" |
| footer | The footer will be placed after the change log in the release body. Default empty string. | no | "" |
| no_changes_message | This message will be placed in the release body when the change log is empty. | no | No changes from the previous release. |
| draft | Set to false to publish this release draft. Default is true. | no | "" |
| prerelease | Set to true if this is a prerelease. By default it parses the tag as a semantic version to see if it is a prerelease. | no | "" |
| config | Path to a configuration file. By default no config is used. The settings specified here override those in the config. | no | "" |
Outputs
no outputs