replicatedhq/Replicated Release Notes Helper
Generates release notes markdown and writes it to the RELEASE_NOTES variable in the Github Action environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner-repo | The owner/repo of the Github repository to be used (required) | yes | — |
| base | The release tag to use as the base of the release notes diff | no | "" |
| head | The release tag to use as the head of the release notes diff | yes | — |
| title | The release notes title | yes | — |
| description | Description to be added to the release notes | no | "" |
| include-pr-links | Include links back to pull requests | no | false |
| github-token | Github API Token | yes | "" |
| feature-type-labels | A comma separated list of labels to consider as features | — | type::feature |
| improvement-type-labels | A comma separated list of labels to consider as improvements | — | type::improvement,type::security |
| bug-type-labels | A comma separated list of labels to consider as bugs | — | type::bug |
Outputs
| name | description |
|---|---|
| release-notes | The generated release notes markdown |