actions-marketplace-validations/Natalies Release Drafter
Drafts your next release notes as pull requests are merged into master.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-name | If your workflow requires multiple release-drafter configs it be helpful to override the config-name. The config should still be located inside `.github` as that's where we are looking for config files. | no | release-drafter.yml |
| name | The name that will be used in the GitHub release that's created or updated. This will override any `name-template` specified in your `release-drafter.yml` if defined. | no | — |
| tag | The tag name to be associated with the GitHub release that's created or updated. This will override any `tag-template` specified in your `release-drafter.yml` if defined. | no | — |
| version | The version to be associated with the GitHub release that's created or updated. This will override any version calculated by the release-drafter. | no | — |
| publish | A boolean indicating whether the release being created or updated should be immediately published. | no | "" |
| prerelease | A boolean indicating whether the relase being created or updated is a prerelease. | no | "" |
Outputs
| name | description |
|---|---|
| id | The ID of therelease that was created or updated. |
| name | The name of the release |
| tag_name | The name of the tag associated with the release. |
| body | The body of the drafted 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, which could be used by GitHub Actions for additional uses, for example the @actions/upload-release-asset GitHub Action. |