From 9cc0c3f45f20848a393ba5d2901dfe5040670461 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Fri, 18 Nov 2022 06:59:44 +0000 Subject: [PATCH] Update docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md Co-authored-by: Varsha --- .../book/src/migration/manually_migration_guide_gov3_to_gov4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md index 22820ac67d..d2cd33ee5d 100644 --- a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md +++ b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md @@ -16,7 +16,7 @@ The recommended upgrade approach is to follow the [Migration Guide go/v3 to go/v ## Migration from project config version "go/v3" to "go/v4" -Update `PROJECT` file layout which stores the information about what resources are in use, to better enable plugins to make useful decisions when scaffolding. +Update `PROJECT` file layout which stores the information about the resources are use to enable plugins to make useful decisions when scaffolding. Furthermore, the `PROJECT` file itself is now versioned. The `version` field corresponds to the version of the `PROJECT` file itself, while the `layout` field indicates the scaffolding and the primary plugin version in use.