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

GitHub Action

Generate changelog

v2

Generate changelog

edit

Generate changelog

Automatically generate change log from your tags, issues, labels and pull requests on GitHub

Installation

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

              

- name: Generate changelog

uses: janheinrichmerker/action-github-changelog-generator@v2

Learn more about this action in janheinrichmerker/action-github-changelog-generator

Choose a version

✏️ action-github-changelog-generator

Automatically generate change log from your tags, issues, labels and pull requests on GitHub, using github-changelog-generator's Docker image.

Inputs

Unless otherwise stated, the inputs are the same as in github-changelog-generator.

The following options are not available to use with this action: require, version, help, no-* options.

Outputs

changelog

Contents of generated change log.

Example usage

uses: heinrichreimer/github-changelog-generator-action@v1
with:
  token: ${{ secrets.GITHUB_TOKEN }}