We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5789641 commit 4da137eCopy full SHA for 4da137e
1 file changed
AGENTS.md
@@ -10,6 +10,10 @@ After modifying any `.zig` file, always run `zig build run -- list` to verify th
10
11
- Run tests, review commands, and other side-effecting tooling from an isolated directory under `/tmp/<task-name>` with `HOME=/tmp/<task-name>`.
12
13
+# Release Process
14
+
15
+- When updating and pushing a release version, always follow [docs/release.md](./docs/release.md).
16
17
# Zig API Discovery
18
19
- Do not guess Zig APIs from memory or from examples targeting other Zig versions.
0 commit comments