Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conventionalcommits): Update Commit Determination Functionality
* Refactor 'DetermineIncrementType' function to improve readability * Adjust 'determinateCommonChangeType' function to handle new types * Rearrange and rename variables for better organization * Add comments for improved code understanding This commit updates the functionality of the 'DetermineIncrementType' and 'determinateCommonChangeType' functions in the conventionalcommits package. The changes aim to improve readability, organize variables better, and add comments for enhanced understanding of the code. Additionally, the function to determine common change types has been updated to handle new types that may be added in the future.
- Loading branch information