17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Bash.*git commit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-changelog-updater.py",
|
|
"description": "Update changelog automatically"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|