lxqmoma/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
- Maintainedlast commit Dec 8, 2025
- License
- MIT
Pinned Snippet
uses: lxqmoma/simple-changelog-action@38c5bacf1ca29f6f73dd5ea8af547259caae913a # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
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 |