simbo/Changes between Tags
A GitHub action to collect all commit messages between two tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-pattern | the regex pattern to filter tags | no | ^v?[0-9]+\.[0-9]+\.[0-9]+$ |
| validate-tag | whether to check if the determined latest tag is the same tag that triggered the workflow | no | true |
| include-tag-commit | whether to include the commit with the current tag | no | true |
| include-hashes | whether or not each commit should be prefixed with its hash | no | true |
| line-prefix | prefix to add to every listed commit | no | - |
Outputs
| name | description |
|---|---|
| changes | collected changes as multiline string |
| tag | the current/latest tag that was used for comparison |
| ref | the git reference that the tag was compared with |