tahirmt/Changelog Generator
Generates changelog on a pull request automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | yes | ${{ github.token }} |
| outputFile | The output file. Use output if not provided | no | — |
| since | Tag to generate since. Uses since latest release if not provided | no | — |
| complete | Whether to generate the complete changelog. This is not recommended as it will fetch all tags and all pull requests. Complete and since cannot be used together. | yes | false |
| nextTag | The tag of the next version | no | — |
| filter | Filter regex | no | — |
| labels | Group Labels | no | — |
| includeUntagged | Whether to include untagged PRs. Defaults to true. | yes | true |
Outputs
| name | description |
|---|---|
| changelog | the generated changelog |