darkstone-entertainment/Changelog Action

This GitHub Action generates a changelog of all commits between the baseTag and the headTag and also generates a semantic version upgrade type such as major, minor, or patch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Tokenyes
baseTagBase (start) tagyes
headTagHead (end) tagyes
overridesCommit message overrides as JSON, e.g. {"Original":"Override"}no{}
namedescription
baseTagThe base (start) tag for the changelog.
headTagThe head (end) tag for the changelog.
logAll conventional commit messages as plain text, newline separated.
markdownLogCategorized changelog in markdown.
semVerChangeCalculated semver change: MAJOR, MINOR, PATCH
issuesString array of commit messages that do not conform to conventional commits.