nibzard/Qyx Change - AI-Powered Release Notes
Automatically generate beautiful, human-friendly release notes and changelogs using Claude Code AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_path | Path to the changelog file | no | CHANGELOG.md |
| config_path | Path to the configuration file | no | .qyx-change.yml |
| since | Generate changes since this git reference | no | — |
| to | Generate changes up to this git reference | no | — |
| commit_changes | Whether to commit the changelog changes | no | false |
| create_pr | Whether to create a pull request with changelog changes | no | false |
| update_release | Whether to update the GitHub release body | no | true |
| tone_preset | Tone preset to use (concise, friendly, formal, detailed, custom) | no | concise |
Outputs
| name | description |
|---|---|
| changelog_path | Path to the generated/updated changelog |
| release_notes | Generated release notes content |
| changes_count | Number of changes processed |
| sections_count | Number of sections in the changelog |