Skip to content
edit

GitHub Action

Releases to Changelog

v1 Latest version

Releases to Changelog

edit

Releases to Changelog

Convert the list of releases to a changelog

Installation

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

              

- name: Releases to Changelog

uses: LSVH/gha-releases-to-changelog@v1

Learn more about this action in LSVH/gha-releases-to-changelog

Choose a version

Releases to Changelog Action

Convert the list of releases to a changelog

Inputs

token

Required: The GITHUB_TOKEN secret.

title-template

Configure the title of the release. Default: %%TITLE%%.

description-template

Configure the description of the release. Default: %%DESCRIPTION%%.

Outputs

changelog

The changelog that was generated.

latest

The tag name of the latest release.

Example usage

-   name: Generate markdown changelog
    uses: LSVH/gha-releases-to-changelog@v1
    with:
        title-template: '# %%TITLE%%'