ocavue/changelog-parser-action
Parse your changelog file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filePath | Path to changelog file/ | no | CHANGELOG.md |
| removeMarkdown | Removes the markdown markup from the changelog entries by default. You can change its value to false to keep the markdown. | no | true |
Outputs
| name | description |
|---|---|
| parsed | A JSON string representing the parsed changelog object. Check https://github.com/hypermodules/changelog-parser/tree/v2.8.0#standards for more information about the object structure. |
| latestBody | A string that contains the changelog from the latest version |