Skip to content

Commit 6bf13e2

Browse files
committed
Document beta release workflow
1 parent c75831e commit 6bf13e2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
Use space-y instead of mt-2 for better spacing between elements.
22
Always use spacing in multiples of 2 unless you need to use odd spacing for a specific reason. This helps maintain visual consistency across the app.
3+
4+
## Branch and deployment workflow
5+
6+
- `main` is the GitHub default branch and Netlify production branch.
7+
- `beta` is the permanent integration and beta-testing branch.
8+
- Feature and fix PRs should target `beta`, not `main`.
9+
- Production releases happen by opening or updating the deploy PR from `beta` into `main`.
10+
- Use the manual GitHub Actions `Deploy` workflow to create or update the `beta` -> `main` release PR.
11+
- PRs into `main` are guarded and should only come from `beta`.

0 commit comments

Comments
 (0)