From a23586105a5d2e90f8596c9973d7ee1721e8d509 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 11 Jul 2021 20:00:05 +0100 Subject: [PATCH 1/2] Improve library manager option docs I think this is accurate from 30 seconds reading their docs, but please feel free to correct it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c4581..5b8f093 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Configure the checks for libraries in the [Arduino Library Manager](https://gith #### Supported values - `submit` - Also run additional checks required to pass before a library is accepted for inclusion in the index. -- `update`- Also run additional checks required to pass before a library is accepted for inclusion in the index. +- `update`- Also run additional checks required to pass before an update to a library is accepted. - `false` - Don't run any Library Manager-specific checks. **Default**: `submit` for libraries, `false` for other project types From 8e06dbc177344f3786eeaa1426f73a5613158cc8 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 12 Jul 2021 11:31:52 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: per1234 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8f093..fd87f96 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Configure the checks for libraries in the [Arduino Library Manager](https://gith #### Supported values - `submit` - Also run additional checks required to pass before a library is accepted for inclusion in the index. -- `update`- Also run additional checks required to pass before an update to a library is accepted. +- `update`- Also run additional checks required to pass before new releases of a library already in the index are accepted. - `false` - Don't run any Library Manager-specific checks. **Default**: `submit` for libraries, `false` for other project types