actions-marketplace-validations/Natalies Release Drafter

Drafts your next release notes as pull requests are merged into master.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-nameIf 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. norelease-drafter.yml
nameThe 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
tagThe 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
versionThe version to be associated with the GitHub release that's created or updated. This will override any version calculated by the release-drafter. no
publishA boolean indicating whether the release being created or updated should be immediately published. no""
prereleaseA boolean indicating whether the relase being created or updated is a prerelease. no""
namedescription
idThe ID of therelease that was created or updated.
nameThe name of the release
tag_nameThe name of the tag associated with the release.
bodyThe body of the drafted release.
html_urlThe URL users can navigate to in order to view the release
upload_urlThe 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.