Skip to content

Commit c115ffe

Browse files
committed
docs(agents): add release criteria guidelines
1 parent 47a2ad0 commit c115ffe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ git tag v1.0.0
203203
git push origin v1.0.0
204204
```
205205

206+
**When to create a release:**
207+
- Significant features (new API endpoints, major UI changes)
208+
- Bug fixes affecting users
209+
- Security updates
210+
- Database migrations
211+
- Breaking changes
212+
- **NOT** for minor UX improvements, copy changes, or internal refactoring
213+
206214
See `RELEASE.md` for full release workflow. Migrations run **before** deploy — safe for schema changes that new code depends on.
207215

208216
## NOTES

0 commit comments

Comments
 (0)