Convert the list of releases to a changelog
Required: The GITHUB_TOKEN secret.
Configure the title of the release. Default: %%TITLE%%
.
Configure the description of the release. Default: %%DESCRIPTION%%
.
The changelog that was generated.
The tag name of the latest release.
- name: Generate markdown changelog
uses: LSVH/gha-releases-to-changelog@v1
with:
title-template: '# %%TITLE%%'