Skip to content

Commit 301bc33

Browse files
committed
docs: clarify commit and tag conventions
1 parent f724472 commit 301bc33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ A comprehensive, fluent validation library for PHP inspired by Valibot and Zod.
8282
- **Task Tracking** - Use GitHub-style checkboxes (`- [ ]` for pending, `- [x]` for completed) in ROADMAP.md for clear progress tracking
8383
- **Commit Standards** - Follow Conventional Commits spec (e.g., `fix:`, `refactor:`, `docs:`)
8484
- **Commit Scope** - Each commit should address a single concern; tests and implementation can ship together, but unrelated formatting belongs elsewhere
85+
- **Commit Format** - Use concise Conventional Commit summaries: `<type>(<scope>): <short action>`. Avoid verbose release blurbs in commit messages; keep release notes in CHANGELOG/release tagging.
8586
- **Git Tags** - Prefer annotated tags for releases (author, date, message/signing) over lightweight tags
87+
- **Tag Format** - Annotated tags should use `vX.Y.Z - <concise headline>`; keep detailed notes in CHANGELOG/releases
8688

8789
### Development Tools
8890
- **Debugging** - `symfony/var-dumper` integration

0 commit comments

Comments
 (0)