actions-marketplace-validations/Changelog Management
Provides tasks for changelogs in Keep a Changelog 1.0.0 format, including releasing, reading, and adding new changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to relative to the root of the project to a CHANGELOG.md file in Keep a Changelog 1.0.0 format. Defaults to CHANGELOG.md in the root of the project. | no | CHANGELOG.md |
| mode | Mode for the action. Should be one of `readdata`, `release`, or `addchange`. Defaults to `readdata`. | no | readdata |
| releaseVersion | Version number to use when updating a changelog for release. Only valid for mode `release`. | no | — |
| changeType | Type of change to add. Should be one of `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, or `Security`. Only valid for mode `addchange`. | no | — |
| changeValue | Data for the change to add. Should be a single line string. Only valid for mode `addchange`. | no | — |
Outputs
| name | description |
|---|---|
| lastVersion | The version number of the latest release in the changelog. |
| releaseNotes | Release notes composed of changes from the most recent release. |