actions-marketplace-validations/Release Documentation
Create a release documentation from the repository PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Access Token | yes | — |
| latest | the latest tag for which this release documentation is meant for | yes | — |
| template | The mustache template which should be used to render the release documentation | no | # 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}} |
| templateFile | The path to a file which contains the mustache template to render the release documentation | no | — |
Outputs
| name | description |
|---|---|
| content | The parsed template filled with PRs |