Release note for version 2.1.7
October 23, 2024
chore(versions): enable squashIntoSingleVersioning option in light-release.config.json
fix(badge-utils): handle null email in getCommitterInfo function
fix(git-utils): update minorWords regex pattern
feat(git-utils): add support for additional commit message keywordsAdded support for additional commit message keywords in the git-utils.js file. The patchWords array now includes the keywords "style", "docs", "test", and "chore" in addition to the existing keywords for fixing and closing issues. This change enhances the classification of commit messages in the versioning logic.
vincmanto@gmail.com
feat(versioning): update versioning logic to support squashIntoSingleVersioning option
fix(git-utils): add support for multi-line commit messagesThe code changes in this commit modify the `commitLogCommand` in the `getCommits` function of `git-utils.js`. The changes include adding support for multi-line commit messages by appending `%b` to the format string. This allows the commit messages to include line breaks and additional information.
vincmanto@gmail.com
feat(added refactor keywords): added case insensitivity to keywords introduced github-colpilot keyword "refactor"
Get notified when we release new features.