From 579963a160ee2f3742ee8212bc65d3bfefb3e228 Mon Sep 17 00:00:00 2001 From: Malo Marrec Date: Fri, 15 Jul 2022 19:37:16 +0200 Subject: [PATCH] clarifying monorepo support is experimental (#38865) --- doc/batch_changes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/batch_changes/index.md b/doc/batch_changes/index.md index b24a57b5e96..f7b84d08778 100644 --- a/doc/batch_changes/index.md +++ b/doc/batch_changes/index.md @@ -89,7 +89,7 @@ Create a batch change by specifying a search query to get a list of repositories - [Handling errored changesets](how-tos/handling_errored_changesets.md) - [Opting out of batch changes](how-tos/opting_out_of_batch_changes.md) - [Bulk operations on changesets](how-tos/bulk_operations_on_changesets.md) -- Batch changes in monorepos +- Batch changes in monorepos Experimental - [Creating changesets per project in monorepos](how-tos/creating_changesets_per_project_in_monorepos.md) - Experimental [Creating multiple changesets in large repositories](how-tos/creating_multiple_changesets_in_large_repositories.md)