actions-marketplace-validations/Release with Changelog by Branch
Create a GitHub relase with changelog for every tag you push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Specific tag to generate changelog against | no | — |
| tagTemplate | Tags template used to look for the previous tag | no | — |
| pathFilter | Path filter used by git log | no | — |
| grouping | Release notes generation : group the commits by title | no | — |
| token | Personal access token (PAT) used to create releases | yes | — |
| exclude | Regex to exclude commits based on their title (don't include the initial and final `/`) | no | "" |
| template | Markdown template to be included in release notes | no | {commits} {range} |
| commit-template | Markdown template for each commit entry in release notes | no | - {hash} {title} |
Outputs
no outputs