Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.41 KB

update-changelog-action

GitHub Workflow Status (CI)

A reusable action to update a changelog, based on the contents of the GitHub releases.

Basic Usage

See action.yml

steps:
  - name: Update Changelog
    uses: LizardByte/update-changelog-action@master
    with:
      token: ${{ secrets.GITHUB_TOKEN }}

Inputs

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

Outputs

Name Description
changelog The contents of the generated changelog.

See Also

This action is meant to be used in conjunction with LizardByte/setup-release-action.