We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a2ad0 commit c115ffeCopy full SHA for c115ffe
AGENTS.md
@@ -203,6 +203,14 @@ git tag v1.0.0
203
git push origin v1.0.0
204
```
205
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
+
214
See `RELEASE.md` for full release workflow. Migrations run **before** deploy — safe for schema changes that new code depends on.
215
216
## NOTES
0 commit comments