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) | no | ${{ 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 | — |
| sinceLatestRelease | Can use this in place of since to get change log since the latest release | 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. | no | false |
| nextTag | The tag of the next version | no | — |
| filter | Filter regex. Matching PR titles will be ignored. | no | — |
| labels | Labels to group by | no | — |
| excludedLabels | The labels to exclude from the change log | no | — |
| branch | The branch to get change log for | no | — |
| includeUntagged | Whether to include untagged PRs. Defaults to true. | yes | true |
| verbose | Enable verbose logging | no | — |
| use-compiled | Whether to use compiled executable or not | no | true |
Outputs
| name | description |
|---|---|
| changelog | the generated changelog |