jy-eggroll/Changelog to Release
Generate release notes from CHANGELOG.md with download tables, commit history and so on
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Current release version | yes | — |
| previous_tag | Previous version tag for commit range | no | "" |
| changelog_path | Path to CHANGELOG file | no | CHANGELOG.md |
| repo | Repository name (owner/repo) | yes | — |
| binary_name | Binary file name | no | app-name |
| include_download_table | Include download table in release notes | no | true |
| platforms | Comma-separated list of platforms (linux,darwin,windows,freebsd) | no | linux,darwin,windows,freebsd |
| architectures | Comma-separated list of architectures (386,amd64,arm,arm64) | no | 386,amd64,arm,arm64 |
| include_changelog | Include changelog content in release notes | no | true |
| include_commits | Include commit history in release notes | no | true |
| include_install_guide | Include installation guide at the end | no | true |
Outputs
| name | description |
|---|---|
| content | Generated release notes content |