docs: New SDK branch convention
authorJuan Ramos <juan@lunarg.com>
Wed, 4 Oct 2023 22:41:42 +0000 (16:41 -0600)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Thu, 5 Oct 2023 03:03:25 +0000 (21:03 -0600)
Next SDK we will be changing branch/tag naming scheme from
sdk-1.x.yyy to vulkan-sdk-1.x.yyy

README.md

index e04364442ed3f3f80e0574824484ce96fb0a327a..3f9193b045ec6e85fe7680c3dd6708a18376200d 100644 (file)
--- 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