From 7ce65e7561f672c1703c64b74de3c9e67f9f8016 Mon Sep 17 00:00:00 2001 From: Marcin Mielnicki Date: Fri, 13 Oct 2023 21:57:01 +0200 Subject: [PATCH] Add tests-execution-chart-commons to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6e5d0..8741ffa 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,9 @@ plugins { 3. Prepare `~/.gradle/gradle.properties` and run `./gradlew clean build publishPlugins` 4. Edit Changelog in README.md and `git commit -m "Document release [X.X.X]"` -# tests-execution-chart-commons +# Modules + +## tests-execution-chart-commons [tests-execution-chart-commons](tests-execution-chart-commons) module contains common code which is used by the plugin. This library can be also used to build other tools.