actions-marketplace-validations/Draft Release Notes
Create a draft release on GitHub based on release.yml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 13, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/lucacome_draft-release@9ba5528c5b5f2fad92c2d1124546310afefd0792 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token as provided by secrets | yes | ${{ github.token }} |
| major-label | Label to use for major version bump | no | change |
| minor-label | Label to use for minor version bump | no | enhancement |
| notes-header | Header to use for changelog | no | "" |
| notes-footer | Footer to use for changelog | no | "" |
| variables | List of variables to use in the header and footer | no | "" |
| collapse-after | Number of lines required for the section to be collapsed | no | 0 |
| group-dependencies | Whether to group dependencies of the same type | no | true |
| remove-conventional-prefixes | Remove conventional commit prefixes like "chore:", "feat:", etc. from dependency updates | no | false |
| publish | Whether to publish the release | no | false |
| config-path | Path to the configuration file | no | .github/release.yml |
| dry-run | Whether to run the action without creating a release | no | false |
Outputs
| name | description |
|---|---|
| version | The version of the release |
| previous-version | The version of the previous release |
| release-notes | The release notes for the release |
| release-url | The URL of the release |
| release-id | The ID of the release |
| release-sections | The sections of the release in JSON format |
| release-header | The header of the release |
| release-footer | The footer of the release |