From a2e62da0ad5b3f88a43df0aba4314d9d901cdcef Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 16 Apr 2024 10:11:42 -0400 Subject: [PATCH] remove outdated notes in readme --- Readme.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Readme.md b/Readme.md index b454ee8..3006475 100644 --- a/Readme.md +++ b/Readme.md @@ -47,12 +47,3 @@ To all contributors, we thank you! Without your contribution, this project woul ## License [Project Name] is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License. >[If applicable: The [project name] also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.] - -## Notes - -1. Update all versioned test package.json files with: - 1. A top-level `target` key that indicates the module instrumentation being - verified - 2. A `supported: false` key+value on any test descriptors that are testing - _unsupported_ versions, see the `elastic` test descriptor for 7.13.0 - 3. All version strings are full x.y.z strings. The semver library requires it.