saadmk11/Changelog CI
Changelog CI is a GitHub Action that generates changelog, then it is committed and/or commented to the release pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_filename | Name of the changelog file if not provided defaults to CHANGELOG.md | no | CHANGELOG.md |
| config_file | Location of the config JSON file | no | — |
| committer_username | Name of the user who will commit the changes to GitHub | no | github-actions[bot] |
| committer_email | Email Address of the user who will commit the changes to GitHub | no | github-actions[bot]@users.noreply.github.com |
| release_version | The release version that will be used on the generated Changelog | no | — |
| github_token | GITHUB_TOKEN or Personal Access Token (PAT) | no | ${{ github.token }} |
Outputs
no outputs