laozaidad/Git Log Categorized Changelog
Generates a categorized changelog (Feat/Fix/Other) from git history without any API dependency. Gitea friendly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| new_tag | The current tag or version (e.g., v1.0.1) | yes | — |
| old_tag | The previous tag to compare against (e.g., v1.0.0) | no | "" |
| log_file | The filename for the generated changelog | no | release_log.txt |
Outputs
| name | description |
|---|---|
| log_path | The path to the generated log file |
| changelog | The content of the changelog |