Changelog Extractor
Version updated for https://github.com/alleyinteractive/action-changelog-extractor to version v0.4.0.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Changelog Extractor is a GitHub Action and CLI tool designed to parse and extract structured data from changelogs formatted according to the Keep a Changelog standard. It automates the extraction of version-specific or all changelog entries, returning data organized into sections like “Added,” “Changed,” and “Fixed.” This tool simplifies changelog management by enabling tasks such as generating release notes or processing changelog content programmatically.
Release notes
Action Changes
No changes on action.
NPM Package Changes
- Change default output to JSON format for CLI tool.
- Moved the current dump format to
--format dump. - Added
--format textoption for plain text output.