A reusable action to update a changelog, based on the contents of the GitHub releases.
See action.yml
steps:
- name: Update Changelog
uses: LizardByte/update-changelog-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
Name | Description | Default | Required |
---|---|---|---|
changelogBranch | The branch to store the changelog in. | changelog |
false |
changelogFile | The file to store the changelog in. | CHANGELOG.md |
false |
token | GitHub Token. | true |
Name | Description |
---|---|
changelog | The contents of the generated changelog. |
This action is meant to be used in conjunction with LizardByte/setup-release-action.