lumapps/Changelog generator
Generate the changelog between now and the last tag, based on conventional commit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The github token to be used to fetch the repository Notes: this will become required in the next version | — | — |
| tag_prefix | if you tags follow the `prefix/version` pattern | no | — |
| path_filters | A space separated list of git path blob regex to be used to filters the commits. This can be used to keep only relevant commits by filtering on relevant files. Example: path_filters: "src/ doc/ tests/*/qa/*" | — | — |
| target | A rev1..rev2 string to be used to generate the commit list | — | — |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog |