ext/Pull Requst Changelog
Generate changelog from conventional changelog for using in a pull request comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| preset | full name of an NPM package with a conventional changelog preset | no | — |
| config | path to a configuration file exporting a configuration | no | — |
| template-dir | directory with templates | no | — |
| filename | name of temporary file generated by script | no | pr-changelog.md |
| comment | If `true` a sticky comment will be added with the changelog. | no | true |
| comment-id | id passed to sticky-pull-request-commend | no | pull-request-changelog |
| fetch-depth | git commit depth | — | 100 |
| version | NPM script version (passed to npx). Default is to use same script version as action version. | — | 1.7.2 |
| skip-install | Skip installing NPM package (you need to manually ensure the package exists) | — | false |
Outputs
| name | description |
|---|---|
| message | Changelog message |