From: Juan Ramos Date: Wed, 4 Oct 2023 22:41:42 +0000 (-0600) Subject: docs: New SDK branch convention X-Git-Tag: upstream/1.3.268~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a73702bbc84b027bed045658aba772405a70d54;p=platform%2Fupstream%2FVulkan-Loader.git docs: New SDK branch convention Next SDK we will be changing branch/tag naming scheme from sdk-1.x.yyy to vulkan-sdk-1.x.yyy --- diff --git a/README.md b/README.md index e0436444..3f9193b0 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ Architecture and interface information for the loader is in [docs/LoaderInterfac ## Version Tagging Scheme -Updates to the `Vulkan-Loader` repository which correspond to a new Vulkan specification release are tagged using the following format: `v<`_`version`_`>` (e.g., `v1.1.96`). +Updates to this repository which correspond to a new Vulkan specification release are tagged using the following format: `v<`_`version`_`>` (e.g., `v1.3.266`). -**Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`). +**Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `vulkan-sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `vulkan-sdk-1.3.266.0`). -This scheme was adopted following the 1.1.96 Vulkan specification release. +This scheme was adopted following the `1.3.266` Vulkan specification release. ## License