detect-conventional-bump
Version updated for https://github.com/this-oliver/detect-conventional-bump to version v0.1.3.
- 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 for use in CI/CD pipelines to streamline versioning and release workflows by analyzing commit messages and outputting the appropriate bump type. This action helps teams maintain consistent versioning practices and simplifies the release process.