fabien-marty/Make changelog from git tags and GitHub merged PRs
Make a changelog (keepachangelog format) from local git tags and GitHub merged PRs. You can provide your own template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token | yes | — |
| log-level | Log Level (DEBUG, INFO, WARNING) | no | INFO |
| ignore-labels | Coma separated list of PR labels to consider as ignored PRs (OR condition) | no | Type: Hidden |
| must-have-labels | Coma separated list of PR labels that PRs must have to be considered (OR condition, empty => no filtering) | no | "" |
| repository | Repository (format: owner/repo_name) | yes | — |
| tag-regex | Regex to match tags | no | "" |
| consider-also-non-merged-prs | Consider also non-merged PRs | no | false |
| ignore-prereleases | if set to true, ignore prereleases in the changelog | no | false |
| future | if set to true, ignore prereleases in the changelog | no | false |
| branches | Coma separated list of branch names to filter on for getting tags and prs (if not set, the default branch is guessed/used) | no | "" |
| template-path | Path to the changelog template | no | "" |
| starting-tag | Starting tag for changelog generation | no | "" |
| changelog-path | Path to the changelog file | no | CHANGELOG.md |
Outputs
no outputs