vemel/Next Change
Parse and update CHANGELOG.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to CHANGELOG.md | no | ./CHANGELOG.md |
| release | Get or create a release to edit, set it as target | no | "" |
| clear | Delete everything from target release notes if it exists and not empty | no | false |
| get | Replace target release notes with notes of release provided here, e.g. Undefined | no | "" |
| set | Fully replace target release notes with parameter value | no | "" |
| append | Append new lines to target release notes from parameter value | no | "" |
| suffix | Add suffix to each section of append notes, good for pasting a link to PR | no | "" |
| save | Whether to save changes back to CHANGELOG.md path | no | true |
| sanitize | Keep only Keep a Changelog sections in target release notes | no | false |
| encoding | Encoding for CHANGELOG.md | no | utf-8 |
Outputs
| name | description |
|---|---|
| result | Target Release notes |
| titles | Comma-separated Keep a Changelog titles from release notes |
| label | Release label based on release notes: major, minor, or patch |