gabe565/Commit Changelog Generator
Generates a changelog from commits since the previous release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to the config file | — | ${{ github.workspace }}/.changelog-generator.yaml |
| path | Path to the local git repository | — | . |
| output | Generated changelog path | — | — |
| token | GitHub token | — | ${{ github.token }} |
| install-only | Installs changelog-generator without running it | — | false |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog markdown |