srz-zumix/changelog-template-action
Generate changelogs from templates with reference to git history, tags and merged pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | git repository owner | no | ${{ github.repository_owner }} |
| repo | git repository name | no | ${{ github.event.repository.name }} |
| git_url | git repository url (owner/repo inputs are ignored) | no | — |
| template | Template text | no | — |
| template_file | Template file path | no | — |
| output_file | Output file path | no | — |
| from | git commit revision range start from | no | — |
| to | git commit revision range end to | no | — |
| kamidana_additionals | kamidana additionals modules | no | — |
| comment_to_issue | issue or pull request number to post comment (if not set, no comment) | no | — |
| comment_mode | how to handle previous comments [update|hide|delete|none] | no | hide |
| fail_on_behind | fail when "to" is an older commit than "from" (behind) | no | true |
| tee | tee gh / kamidana output | no | false |
| debug | enable debug | no | false |
Outputs
| name | description |
|---|---|
| text | jinja2 output text |
| owner | resolved owner |
| repo | resolved repo |
| from | resolved from |
| to | resolved to |
| commit_count | resolved from...to commit count |
| status | from...to compare status [ahead|behind|identical|diverged] |