actions-marketplace-validations/chlgr

Creates a changelog and provides the content via pull requests to be merged for a future release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
commit-msg-prefixA prefix to be used for the commit msg and pr titleno[RELEASE]
changelog-fileThe filename of the changelognoCHANGELOG.md
base-branchThe base for the pull-request chlgr createsnomaster
release-branchThe branch used by chlgr for pushing the changelog and basing the pull request off towards `base-branch` norelease/next
release-versionIf provided, this will be used as version for the changelog and the pull request title nounknown
dry-runIf set, the action will not push the changelog or create a pull requestno
tokenAuth 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 }}

no outputs