From 4574ea0c3add5f424c04bf1e4eb7ed077215485f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 7 Apr 2022 12:50:45 +0300 Subject: [PATCH] add a note about next branch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c8e011..3f95e6b 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,9 @@ fixed by submitting a patch. To contribute, send your patches to the mailing list, as described in [git-send-email.io][git-send-email] or via [Sourcehut web UI][video]. +Development is happening in the [next][next] branch. It may be incompatible +with main, but is expected to be landed "soon". + Copyright is retained by the contributors. # Thanks @@ -235,3 +238,4 @@ the issues promptly. [sysroot]: https://github.com/ziglang/zig/issues/10299#issuecomment-989153750 [ubsan1]: https://github.com/ziglang/zig/issues/4830#issuecomment-605491606 [ubsan2]: https://github.com/ziglang/zig/issues/5163 +[next]: https://git.sr.ht/~motiejus/bazel-zig-cc/tree/next