Skip to content

Commit

Permalink
perf: another line for release badges (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <[email protected]>
  • Loading branch information
msclock authored Dec 1, 2024
1 parent 116028a commit bd23571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
1 change: 1 addition & 0 deletions template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd23571

Please sign in to comment.