Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 592 Bytes

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%%'