Skip to content

Commit 065a65b

Browse files
committed
docs: document planned release workflow
1 parent 4c430f4 commit 065a65b

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
@@ -0,0 +1,10 @@
1+
# Repository Guidelines
2+
3+
## Releases
4+
5+
- Perform planned releases only through `./release.sh` from the `main` branch.
6+
- Run `./release.sh status` before releasing, then use the appropriate command:
7+
`./release.sh app`, `./release.sh chart`, or `./release.sh both`.
8+
- Manual releases, including manual tag creation or pushing, are allowed only in
9+
exceptional cases when the standard script is unsuitable. Document the reason
10+
for bypassing `release.sh` and verify the resulting versions and tags.

0 commit comments

Comments
 (0)