Remove conflicting dependency update message instructions

This commit is contained in:
Claudio Ortolina
2026-05-04 14:29:26 +01:00
parent d6289219a1
commit 0f19afb0aa
+1 -5
View File
@@ -56,11 +56,7 @@ Run these checks after updating:
### 5. Commit
Follow the project's commit conventions:
- **Bulk update**: a single commit with message `Update dependencies`
- **Individual updates**: one commit per dependency, message format
`Update <package> from <old> to <new>` (e.g., `Update esbuild from 0.27.7 to 0.28.0`)
Follow the project's commit conventions.
If a major version bump required code changes, those changes belong in the same commit
as the dependency bump — not in a separate commit.