detect-conventional-bump
Version updated for https://github.com/this-oliver/detect-conventional-bump to version v0.2.0.
- 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 detect-conventional-bump GitHub Action automates the process of determining the type of version bump (major, minor, or patch) based on commit messages that follow the Conventional Commits standard. It is designed to streamline CI/CD workflows by enabling automated versioning and release management. The action analyzes commit messages to identify the appropriate bump type, providing a consistent and efficient method for handling semantic versioning in development pipelines.