Skip to content

Commit da0befb

Browse files
committed
chore: bump version to 0.2.5 and update changelog
- Add support for commit-msg and commitmsg configuration prefixes - Improve merge commit detection in commit-msg hook - Update CHANGELOG.md with changes since v0.2.4 🤖 Generated with [Claude Code](https://claude.ai/code) Change-Id: If43679211cac428dc1cc9d18f5004aeea42ee231 Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 35fc914 commit da0befb

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.5] - 2025-09-24
9+
10+
### Added
11+
12+
- Add support for commit-msg and commitmsg configuration prefixes
13+
- Add `commit-msg.changeid` and `commitmsg.changeid` as alternatives to `gerrit.createchangeid`
14+
- Add `commit-msg.codevelopedby` and `commitmsg.codevelopedby` as alternatives to `commit-msg.coDevelopedBy`
15+
- Provide more consistent naming and better alignment with the tool name
16+
- Add comprehensive documentation for all configuration options in README.md
17+
18+
### Changed
19+
20+
- Optimize getGitConfig to use single git config call with --list --includes
21+
- Improve merge commit detection in commit-msg hook
22+
- Change from checking HEAD commit parents to checking if the commit message file is '.git/MERGE_MSG'
23+
- Provide more reliable way to detect merge commits during the commit-msg hook execution
24+
825
## [0.2.4] - 2025-09-17
926

1027
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-coding-workshop/commit-msg",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)