From 83ebfb796138bea52f994c4e9d4f4ce562ab644a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 28 Apr 2026 22:46:09 +0100 Subject: [PATCH] Update commit message conventions for dependencies --- docs/project-conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project-conventions.md b/docs/project-conventions.md index b0e6ade6..646e8be1 100644 --- a/docs/project-conventions.md +++ b/docs/project-conventions.md @@ -9,6 +9,7 @@ Rules extracted from commit history that are specific to this project and not al - Reverts use `Revert "Original message"` convention - NEVER ADD a "Co-Authored-By" reference in the message body - **When the work maps to a Backlog.md task, prefix the commit subject with the task identifier**, e.g. `ML-3: fix scrobble rule ordering`. The prefix counts toward the 60-character limit. +- **Dependency updates use `Update dependencies` for mix and `Update npm dependencies` for npm.** The subject describes the intent, not the mechanics — never use "bump". List each specific version change in the commit body as `package_name from => to`. ## Workflow