hihutuka/Release Changelog Generator
Semantic Versioningに基づくリリースノート・チェンジログの自動生成GitHub Action
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 | — |
| config-path | Path to the changelog configuration file | no | .github/changelog.yml |
| update-changelog | Update CHANGELOG.md file | no | true |
| create-release | Create GitHub Release | no | true |
| draft | Create as draft release | no | false |
| prerelease | Mark as prerelease | no | false |
Outputs
| name | description |
|---|---|
| changelog | Generated changelog content |
| version | Detected version from tag |
| release-url | URL of created GitHub Release |