Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
file-text

GitHub Action

Github Changelog or History Generator

v1.9

Github Changelog or History Generator

file-text

Github Changelog or History Generator

Github Changelog/History Generator

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Github Changelog or History Generator

uses: tj-actions/github-changelog-generator@v1.9

Learn more about this action in tj-actions/github-changelog-generator

Choose a version

Codacy Badge CI Update release version. Public workflows that use this action.

github-changelog-generator

Generate CHANGELOG/HISTORY markdown files for your project

...
    steps:
      - uses: actions/checkout@v2
      - name: Generate CHANGELOG
        uses: tj-actions/github-changelog-generator@v1.8
        with:
          output: 'HISTORY.md'

Inputs

Input type required default description
token string true ${{ github.token }} GITHUB_TOKEN
or a repo scoped
Personal Access Token
output string false CHANGELOG.md The Changelog output file.

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter.

Report Bugs

Report bugs at https://github.com/tj-actions/github-changelog-generator/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.