Feature/new semver tagging logic #11

Merged
jusemon merged 1 commit from feature/new-semver-tagging-logic into main 2025-11-26 13:13:18 -05:00

1 commit

Author SHA1 Message Date
1e152ea09b Feature: Add PR title validation and versioning logic to CI workflow
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped
- Introduced a step to validate PR titles, ensuring they start with the correct prefixes (Release/, Feature/, Hotfix/, Bugfix/).
- Enhanced versioning logic to determine version type based on PR title or merge commit message, allowing for appropriate version increments.
- Improved handling of versioning for different types of changes, including major, minor, and patch updates.

This update aims to enforce consistent PR title formatting and streamline version management in the CI process.
2025-11-26 13:12:25 -05:00