Skip to content

Commit 0c69113

Browse files
mrdrivingduckclaude
andcommitted
docs: replace git commit section with branch guide
Remove the redundant git commit conventions (covered by global CLAUDE.md) and add a Branches section documenting that main targets DuckDB 1.5 and v1.4-andium targets DuckDB 1.4. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f6b16d7 commit 0c69113

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ make test # run tests (release)
2121
- Apache License 2.0 header required on all new source files
2222
- Code style is inherited from DuckDB (`.clang-format` delegates to `duckdb/.clang-format`). Run `make format-fix` to auto-format before committing
2323

24-
## Git commit
24+
## Branches
2525

26-
Follow [Conventional Commits](https://www.conventionalcommits.org/). Include a title and body separated by a blank line. Wrap all lines at 72 characters, breaking at word boundaries. Use `Co-authored-by` (not `Co-Authored-By`).
26+
- `main` — targets DuckDB 1.5
27+
- `v1.4-andium` — targets DuckDB 1.4
2728

2829
## paimon-cpp submodule
2930

0 commit comments

Comments
 (0)