patrickjahns/chlgr
Creates a changelog and provides the content via pull requests to be merged for a future release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-msg-prefix | A prefix to be used for the commit msg and pr title | no | [RELEASE] |
| changelog-file | The filename of the changelog | no | CHANGELOG.md |
| base-branch | The base for the pull-request chlgr creates | no | master |
| release-branch | The branch used by chlgr for pushing the changelog and basing the pull request off towards `base-branch` | no | release/next |
| release-version | If provided, this will be used as version for the changelog and the pull request title | no | unknown |
| dry-run | If set, the action will not push the changelog or create a pull request | no | — |
| token | Auth token used to push the changes back to github and create the pull request with. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | no | ${{ github.token }} |
Outputs
no outputs