lucacome/Draft Release Notes
Create a draft release on GitHub based on release.yml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token as provided by secrets | no | ${{ 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 |
| context | Where to get context data. Allowed options are "workflow" (default), "git". | no | workflow |
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 |