actions-marketplace-validations/Git Log Action

Generate a commit-based changelog between two git tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
from-tagThe starting tag for the changelog (exclusive). If not specified, auto-detects the second-to-last tag. no
to-tagThe ending tag for the changelog (inclusive). If not specified, auto-detects the latest tag. no
namedescription
previousTagThe resolved starting tag (may be empty if only one tag exists)
latestTagThe resolved ending tag
logPlain text changelog (one commit per line)
markdownLogMarkdown formatted changelog with commit links