Skip to content

Commit 87bb243

Browse files
docs: add conventional commits convention to AGENTS.md (#16)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 62ba38f commit 87bb243

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ Alongside the correctly generated pipeline yaml, an agent file is generated from
6969

7070
## Development Guidelines
7171

72+
### Commit Message Convention
73+
74+
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for automated releases via `release-please`. All commit messages **must** follow the format:
75+
76+
```
77+
type(optional scope): description
78+
```
79+
80+
Common types: `feat`, `fix`, `chore`, `docs`, `refactor`, `test`, `ci`. Commits that don't follow this format will be ignored by release-please and won't trigger a release.
81+
7282
### Rust Code Style
7383

7484
1. Use `anyhow::Result` for fallible functions

0 commit comments

Comments
 (0)