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

LSVH/gha-releases-to-changelog

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

Convert the list of releases to a changelog

Resources

License

Stars

Watchers

Forks

Packages

No packages published