From bd235711bb9c20659dbeab76bf575744c0a73c05 Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:47:21 +0800 Subject: [PATCH] perf: another line for release badges (#19) Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --- README.md | 1 + template/README.md.jinja | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a8388e5..614b2b7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A template of serious scaffold family based on pybind11. [![Renovate](https://github.com/serious-scaffold/ss-pybind11/actions/workflows/renovate.yml/badge.svg)](https://github.com/serious-scaffold/ss-pybind11/actions/workflows/renovate.yml) [![Semantic Release](https://github.com/serious-scaffold/ss-pybind11/actions/workflows/semantic-release.yml/badge.svg)](https://github.com/serious-scaffold/ss-pybind11/actions/workflows/semantic-release.yml) [![codecov](https://codecov.io/gh/serious-scaffold/ss-pybind11/branch/master/graph/badge.svg?token=123456789)](https://codecov.io/gh/serious-scaffold/ss-pybind11) + [![Release](https://img.shields.io/github/v/release/serious-scaffold/ss-pybind11)](https://github.com/serious-scaffold/ss-pybind11/releases) [![PyPI](https://img.shields.io/pypi/v/ss_pybind11)](https://pypi.org/project/ss_pybind11/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ss_pybind11)](https://pypi.org/project/ss_pybind11/) diff --git a/template/README.md.jinja b/template/README.md.jinja index a2e5eac..59f79e2 100644 --- a/template/README.md.jinja +++ b/template/README.md.jinja @@ -17,6 +17,7 @@ {{ pipeline_badge() }} {{ codecov_badge() }} + {{ release_badge() }} [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)