hyperb1iss/Git-Iris Action
AI agent that crafts perfect Git artifacts - release notes, changelogs, and more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: hyperb1iss/git-iris@4833c7d33237b323eace097bc8ee1ee9c5913274 # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: release-notes, changelog | no | release-notes |
| from | Starting Git reference (tag, commit, or branch) | yes | — |
| to | Ending Git reference (defaults to HEAD) | no | HEAD |
| provider | LLM provider (openai, anthropic, google) | no | openai |
| model | Model to use (provider-specific) | no | — |
| api-key | API key for the LLM provider | yes | — |
| output-file | File path to write output (optional) | no | — |
| version-name | Explicit version name to use | no | — |
| custom-instructions | Custom instructions for generation | no | — |
| update-file | Update the target file using native git-iris update behavior | no | false |
| version | Git-Iris version to use (defaults to latest) | no | latest |
| build-from-source | Build from source instead of downloading binary | no | false |
| binary-path | Path to pre-built git-iris binary (skips download and build) | no | — |
Outputs
| name | description |
|---|---|
| content | Generated content |
| output-file | Path to the output file (if specified) |
| release-notes | Generated content (alias for backwards compatibility) |
| release-notes-file | Output file path (alias for backwards compatibility) |