From 42c4f3ea680ba8857b01a0d3a22b990ed5f21322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 22 Dec 2023 07:26:19 +0100 Subject: [PATCH 1/2] docs: added goreportcard badge, sync TOC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce293d47..b4565d99 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![golangci-lint](https://github.com/refaktor/rye/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/refaktor/rye/actions/workflows/golangci-lint.yml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/refaktor/rye/badge)](https://securityscorecards.dev/viewer/?uri=github.com/refaktor/rye) [![Go Reference](https://pkg.go.dev/badge/github.com/refaktor/rye.svg)](https://pkg.go.dev/github.com/refaktor/rye) +[![Go Report Card](https://goreportcard.com/badge/github.com/refaktor/rye)](https://goreportcard.com/report/github.com/refaktor/rye) - [Rye language 🌾](#rye-language-) - [What is Rye](#what-is-rye) @@ -13,7 +14,7 @@ - [Introductions](#introductions) - [Examples](#examples) - [Rye vs. Python](#rye-vs-python) - - [Libraries](#libraries) + - [Modules](#modules) - [Base - official integrations](#base---official-integrations) - [Contrib - will be community / third party integrations](#contrib---will-be-community--third-party-integrations) - [Follow development](#follow-development) @@ -25,7 +26,6 @@ - [Docker images](#docker-images) - [Binary Docker image](#binary-docker-image) - [Dev Docker image](#dev-docker-image) - - [Forking Rye on Github](#forking-rye-on-github) - [Building Rye](#building-rye) - [Build Rye with specific modules](#build-rye-with-specific-modules) - [Build WASM version of Rye](#build-wasm-version-of-rye) From 1829b089ed25fae2c363c4110e5b707cb6c934b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 22 Dec 2023 07:31:18 +0100 Subject: [PATCH 2/2] Latest release badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4565d99..2fa4e09a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/refaktor/rye/badge)](https://securityscorecards.dev/viewer/?uri=github.com/refaktor/rye) [![Go Reference](https://pkg.go.dev/badge/github.com/refaktor/rye.svg)](https://pkg.go.dev/github.com/refaktor/rye) [![Go Report Card](https://goreportcard.com/badge/github.com/refaktor/rye)](https://goreportcard.com/report/github.com/refaktor/rye) +[![GitHub Release](https://img.shields.io/github/release/refaktor/rye.svg?style=flat)](https://github.com/refaktor/rye/releases/latest) - [Rye language 🌾](#rye-language-) - [What is Rye](#what-is-rye)