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
Owner
  • 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.

- 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.
jusemon added 1 commit 2025-11-26 13:13:00 -05:00
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
1e152ea09b
- 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.
jusemon merged commit 21402bf0b4 into main 2025-11-26 13:13:18 -05:00
jusemon deleted branch feature/new-semver-tagging-logic 2025-11-26 13:13:18 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jusemon/threejs-test#11
No description provided.