1 parent 4c430f4 commit 065a65bCopy full SHA for 065a65b
1 file changed
AGENTS.md
@@ -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