From b3c0747739bd6c18143598fbc1868611e9630860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Marc=C3=A8=20i=20Igual?= Date: Fri, 12 May 2023 09:47:01 +0200 Subject: [PATCH 1/2] Add comment about live at head philosophy --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 36dda742..3bd28074 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ This repository contains a set of JSON objects that implementers of JSON Schema It is meant to be language agnostic and should require only a JSON parser. 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. +## Live at Head + +JSON Schema Test Suit now follows the +[Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support). +We recommend +[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). + ## Coverage All JSON Schema specification releases should be well covered by this suite, including drafts 2020-12, 2019-09, 07, 06, 04 and 03. From e6a089ae91512eff0e3c4c94ff3c4e2cc3ad4516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Marc=C3=A8=20i=20Igual?= Date: Sat, 13 May 2023 09:40:22 +0200 Subject: [PATCH 2/2] Changed description about `main` branch --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3bd28074..cdd5dc8a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,7 @@ This repository contains a set of JSON objects that implementers of JSON Schema It is meant to be language agnostic and should require only a JSON parser. 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. -## Live at Head - -JSON Schema Test Suit now follows the -[Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support). -We recommend -[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). +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. ## Coverage