From ebf1966a5623b7c5cf4b0fadc951b397c3b5805c Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 5 Mar 2024 15:51:45 +0100 Subject: [PATCH 1/5] Add some badges to README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 962754d79a..565adb0931 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ +
+ +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github) + +[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/centrifuge/centrifuge-chain)](https://github.com/centrifuge/centrifuge-chain/tags) +[![Substrate version](https://img.shields.io/badge/Substrate-2.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/) +[![codecov](https://codecov.io/gh/centrifuge/centrifuge-chain/graph/badge.svg?token=RXlH3AJMRB)](https://codecov.io/gh/centrifuge/centrifuge-chain) +[![License](https://img.shields.io/github/license/centrifuge/centrifuge-chain?color=green)](https://github.com/centrifuge/centrifuge-chain/blob/main/LICENSE) +
+[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fcentrifuge)](https://twitter.com/centrifuge/) +[![Telegram](https://img.shields.io/badge/Telegram-gray?logo=telegram)](https://t.me/centrifuge_chat) + +
+

- + Centrifuge

Centrifuge Chain

From 76671a733b5fa734d51dd19249e927f3a2dc42bb Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 5 Mar 2024 15:52:15 +0100 Subject: [PATCH 2/5] fix --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 565adb0931..d67a87915e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github) - [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/centrifuge/centrifuge-chain)](https://github.com/centrifuge/centrifuge-chain/tags) [![Substrate version](https://img.shields.io/badge/Substrate-2.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/) [![codecov](https://codecov.io/gh/centrifuge/centrifuge-chain/graph/badge.svg?token=RXlH3AJMRB)](https://codecov.io/gh/centrifuge/centrifuge-chain) From 243afbac4d6204a58bddc5a9b4c1ba70feca901c Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 5 Mar 2024 15:54:17 +0100 Subject: [PATCH 3/5] release vs tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67a87915e..ac254a7076 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github) -[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/centrifuge/centrifuge-chain)](https://github.com/centrifuge/centrifuge-chain/tags) +![GitHub Release](https://img.shields.io/github/v/release/centrifuge/centrifuge-chain) [![Substrate version](https://img.shields.io/badge/Substrate-2.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/) [![codecov](https://codecov.io/gh/centrifuge/centrifuge-chain/graph/badge.svg?token=RXlH3AJMRB)](https://codecov.io/gh/centrifuge/centrifuge-chain) [![License](https://img.shields.io/github/license/centrifuge/centrifuge-chain?color=green)](https://github.com/centrifuge/centrifuge-chain/blob/main/LICENSE) From 45b614be552cd7a2586b952ca06f4362e47561ea Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 5 Mar 2024 15:55:24 +0100 Subject: [PATCH 4/5] links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac254a7076..c62c103830 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github) -![GitHub Release](https://img.shields.io/github/v/release/centrifuge/centrifuge-chain) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github)](https://github.com/centrifuge/centrifuge-chain/actions) +[![GitHub Release](https://img.shields.io/github/v/release/centrifuge/centrifuge-chain)](https://github.com/centrifuge/centrifuge-chain/releases) [![Substrate version](https://img.shields.io/badge/Substrate-2.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/) [![codecov](https://codecov.io/gh/centrifuge/centrifuge-chain/graph/badge.svg?token=RXlH3AJMRB)](https://codecov.io/gh/centrifuge/centrifuge-chain) [![License](https://img.shields.io/github/license/centrifuge/centrifuge-chain?color=green)](https://github.com/centrifuge/centrifuge-chain/blob/main/LICENSE) From ea38819c613bc5271ad7e1ec215fa31cff5199c3 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Wed, 6 Mar 2024 16:42:39 +0100 Subject: [PATCH 5/5] move codecov to #1745 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c62c103830..aa74455563 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/centrifuge/centrifuge-chain/build-wasm.yml?label=Actions&logo=github)](https://github.com/centrifuge/centrifuge-chain/actions) [![GitHub Release](https://img.shields.io/github/v/release/centrifuge/centrifuge-chain)](https://github.com/centrifuge/centrifuge-chain/releases) [![Substrate version](https://img.shields.io/badge/Substrate-2.0.0-brightgreen?logo=Parity%20Substrate)](https://substrate.io/) -[![codecov](https://codecov.io/gh/centrifuge/centrifuge-chain/graph/badge.svg?token=RXlH3AJMRB)](https://codecov.io/gh/centrifuge/centrifuge-chain) [![License](https://img.shields.io/github/license/centrifuge/centrifuge-chain?color=green)](https://github.com/centrifuge/centrifuge-chain/blob/main/LICENSE)
[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fcentrifuge)](https://twitter.com/centrifuge/)