mariomac/Linked Release Notes
Generate release notes including changes from submodules
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 }} |
| repository | Repository in owner/repo format (defaults to current repository) | no | ${{ github.repository }} |
| tag | Tag to generate release notes for (defaults to current tag/ref) | no | ${{ github.ref_name }} |
| previous_tag | Previous tag to compare against (auto-detected if not provided) | no | — |
| generated_submodule_link | prepends this string to the #PR links of the subodule notes. If unset, it will use the submodule owner/repo | no | — |
Outputs
| name | description |
|---|---|
| release_notes | Generated release notes including submodule changes |