arduino/Create changelog
Generates a changelog from a Git repository commit history.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-regex | Regex to select git tags used as boundaries for the changelog. | — | .* |
| filter-regex | Regex to filter out commit messages from the changelog. | — | .* |
| changelog-file-path | Destination file of the generated changelog. | — | CHANGELOG.md |
| case-insensitive-regex | If true both tag-regex and filter-regex are case insensitive | — | false |
Outputs
no outputs