pfandie/Generate CHANGELOG based on git-chglog
Generates a changelog using git-chlog tool. Use output changelog to create a release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | Configuration directory for git-chglog | no | /.chglog |
| next_tag | Tag of target version | yes | — |
| old_tag | Tag of source version | no | — |
| output_file | The file, where the output should be written | no | CHANGELOG.md |
| write_file | Output file should be written | no | — |
Outputs
| name | description |
|---|---|
| changelog | The CHANGELOG content |