aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2023-01-11 14:58:35 -0500
committerGitHub <noreply@github.com>2023-01-11 14:58:35 -0500
commit631f9bcb5e664c62cb0f41a01354753996824ba9 (patch)
tree8081a511aba4da9186144c7eeb8254a8aa8dab45
parentf62e121b0df5374d1f043d1fbda98467406af0b1 (diff)
downloadspirv-tools-631f9bcb5e664c62cb0f41a01354753996824ba9.tar.gz
Update README.md: Development occurs on the "main" branch (#5053)
Fixes: #5051
-rw-r--r--CHANGES2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 384805c3..967be16d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
Revision history for SPIRV-Tools
v2022.5-dev 2022-10-12
- - Start v2022.5-dev
+ - Renamed "master" to "main" (issue#5051)
v2022.4 2022-10-12
- General
diff --git a/README.md b/README.md
index 6d1d66fa..10a8187b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# SPIR-V Tools
+NEWS 2023-01-11: Development occurs on the `main` branch.
+
## Overview
The SPIR-V Tools project provides an API and commands for processing SPIR-V
@@ -271,7 +273,7 @@ Contributions via merge request are welcome. Changes should:
`clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by
the included [.clang-format](.clang-format) file.
-We intend to maintain a linear history on the GitHub `master` branch.
+We intend to maintain a linear history on the GitHub `main` branch.
### Getting the source