actions-marketplace-validations/Release with Changelog

Create a GitHub relase with changelog for every tag you push

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 16, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/fregante_release-with-changelog@779fd5e658f82e5b11b1c0a352a6838d3bd8f67f # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tagSpecific tag to generate changelog againstno
tokenPersonal access token (PAT) used to create releasesyes
titleCustom title for the releaseno
excludeRegex to exclude commits based on their title (don't include the initial and final `/`)no""
templateMarkdown template to be included in release notesno{commits} {range}
commit-templateMarkdown template for each commit entry in release notesno- {hash} {title}
date-formatFormat of git date included in commit-templatenoshort
sortSpecify if you want get changelog in reverse ordernodesc
draftSet to true if you want to have draft releasenofalse
prereleaseSet to true if you want to have prerelease instead releasenofalse
skip-on-emptySet to true to skip creating a release when all commits are excludednofalse
namedescription
skippedWill be set to true if skip-on-empty is enabled and a release was not created, false otherwise
idThe ID of the created Release
html_urlThe URL users can navigate to in order to view the release
upload_urlThe URL for uploading assets to the release