simbo/Changes between Tags

A GitHub action to collect all commit messages between two tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tag-patternthe regex pattern to filter tagsno^v?[0-9]+\.[0-9]+\.[0-9]+$
validate-tagwhether to check if the determined latest tag is the same tag that triggered the workflownotrue
include-tag-commitwhether to include the commit with the current tagnotrue
include-hasheswhether or not each commit should be prefixed with its hashnotrue
line-prefixprefix to add to every listed commitno-
namedescription
changescollected changes as multiline string
tagthe current/latest tag that was used for comparison
refthe git reference that the tag was compared with