Skip to content

Commit

Permalink
Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steevan BARBOYON authored and steevanb committed Aug 28, 2024
1 parent 0217225 commit 484c8a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Version](https://img.shields.io/badge/version-3.0.1-4B9081.svg)](https://github.com/steevanb/symfony-container-introspection/tree/3.0.1)
[![php](https://img.shields.io/badge/php-^7.1||^8.0-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-927-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-1,860-blue.svg)

symfony-container-introspection
Expand Down
2 changes: 1 addition & 1 deletion bin/release/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function updateCodeLinesBadge() {
local codeLines=
codeLines=$("${rootDir}"/bin/release/code-lines)
local badge="![Lines](https:\/\/img.shields.io\/badge\/code%20lines-${codeLines}-blue.svg)"
sed -i "4s/.*/${badge}/" "${rootDir}"/README.md
sed -i "3s/.*/${badge}/" "${rootDir}"/README.md
}

function updateComposerRequire() {
Expand Down

0 comments on commit 484c8a5

Please sign in to comment.