actions-marketplace-validations/Release Documentation

Create a release documentation from the repository PRs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Access Tokenyes
latestthe latest tag for which this release documentation is meant foryes
templateThe mustache template which should be used to render the release documentationno# What's Changed <!-- Features & Enhancements --> {{#pull_requests.enhancement.length}} ## 🚀 Features & Enhancements {{#pull_requests.enhancement}} * {{ title }}, #{{ number }} {{/pull_requests.enhancement}} {{/pull_requests.enhancement.length}} <!-- Documentation --> {{#pull_requests.documentation.length}} ## 📖 Documentation {{#pull_requests.documentation}} * {{ title }}, #{{ number }} {{/pull_requests.documentation}} {{/pull_requests.documentation.length}} <!-- Housekeeping --> {{#pull_requests.housekeeping.length}} ## 🧹 Housekeeping {{#pull_requests.housekeeping}} * {{ title }}, #{{ number }} {{/pull_requests.housekeeping}} {{/pull_requests.housekeeping.length}} <!-- Dependency updates --> {{#pull_requests.dependencies.length}} ## 📦 Dependency updates {{#pull_requests.dependencies}} * {{ title }}, #{{ number }} {{/pull_requests.dependencies}} {{/pull_requests.dependencies.length}}
templateFileThe path to a file which contains the mustache template to render the release documentationno
namedescription
contentThe parsed template filled with PRs