AI Changelog Action
Version updated for https://github.com/mluzstudio/ai-changelog-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AI Changelog Action automates the generation of human-readable release notes using Claude AI by analyzing git tags. It updates the project’s CHANGELOG.md file and creates GitHub Releases, streamlining the documentation process for software updates. This action helps developers save time by automating changelog creation and ensuring consistent, well-structured release notes.
Release notes
Features
- MIT License added: The project is now officially licensed under the MIT License, clarifying usage and distribution rights for contributors and users.
Improvements
- Updated action branding: The GitHub Marketplace icon has been changed to a “zap” with an orange color for a more distinctive appearance.
- Corrected repository references in README: Usage examples now point to the correct
mluzstudio/ai-changelog-actionrepository instead of the placeholderyour-org/ai-changelog-action.
Other
- Added
CHANGELOG.mdto track version history going forward.