tako-dayo8/Auto Release Notes Generator
Automatically generates release notes from PRs, commits, and issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| template | Template preset: standard, detailed, minimal | no | standard |
| changelog-file | Path to CHANGELOG.md file | no | CHANGELOG.md |
| version-file | Enable individual version files in changelog/ directory | no | true |
| create-github-release | Create GitHub Release | no | true |
| exclude-labels | Comma-separated list of labels to exclude | no | skip-changelog,no-changelog |
| dry-run | Run without making any changes | no | false |
Outputs
| name | description |
|---|---|
| release-notes | Generated release notes content |
| version | Detected version from tag |
| changelog-url | URL to the created GitHub Release (if applicable) |