conventionalcommits-semantic-releasing
Version updated for https://github.com/anitvam/conventionalcommit-semantic-releasing to version v0.7.98.
- This action is used across all versions by 31 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates semantic versioning and release management by analyzing commit messages that follow the Conventional Commit standard. It calculates version increments (major, minor, patch) based on commit types (e.g., feat, fix) and creates releases, including assets, directly on the repository’s main or master branch. This simplifies release workflows, ensures consistent versioning, and eliminates manual intervention in release processes.