From 8772a773409e534ebd7d9cf89c4487138955d903 Mon Sep 17 00:00:00 2001 From: "Mario G." Date: Mon, 16 Dec 2024 17:20:03 +0100 Subject: [PATCH] chore(ci): adding release badge to readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bd8b42..c701ae9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ ## Underdog -[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-project-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0) +[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-project-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0) +[![release](https://github.com/grooviter/underdog/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/grooviter/underdog/actions/workflows/release.yml) ### Overview Underdog is a set of Groovy libraries for data analysis: -- `underdog-dataframe`: module for working with columnar data. -- `underdog-graphs`: module exploring graph theory problems. -- `underdog-plots`: module for creating charts. +- `underdog-dataframe`: module to work with columnar data. +- `underdog-graphs`: module to explore graph theory problems. +- `underdog-plots`: module to create charts. - `underdog-ml`: module to explore machine learning problems. -- `underdog-ta`: module for financial technical analysis. +- `underdog-ta`: module to explore financial technical analysis. ### Documentation