You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,7 @@ This repository contains a set of JSON objects that implementers of JSON Schema
12
12
It is meant to be language agnostic and should require only a JSON parser.
13
13
The conversion of the JSON objects into tests within a specific language and test framework of choice is left to be done by the validator implementer.
14
14
15
-
## Live at Head
16
-
17
-
JSON Schema Test Suit now follows the
18
-
[Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
19
-
We recommend
20
-
[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it).
15
+
The recommended workflow of this test suite is to clone the `main` branch of this repository as a `git submodule` or `git subtree`. The `main` branch is always stable.
0 commit comments