nidotls/Git Log Action
Generate a commit-based changelog between two git tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from-tag | The starting tag for the changelog (exclusive). If not specified, auto-detects the second-to-last tag. | no | — |
| to-tag | The ending tag for the changelog (inclusive). If not specified, auto-detects the latest tag. | no | — |
Outputs
| name | description |
|---|---|
| previousTag | The resolved starting tag (may be empty if only one tag exists) |
| latestTag | The resolved ending tag |
| log | Plain text changelog (one commit per line) |
| markdownLog | Markdown formatted changelog with commit links |