We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904df72 commit 43fe4a0Copy full SHA for 43fe4a0
1 file changed
scripts/strip-readme-patch.sh
@@ -22,6 +22,5 @@ while IFS= read -r -d '' readme; do
22
die "STRIP_README_FULL_VERSION not set" unless defined $from;
23
die "STRIP_README_MINOR_VERSION not set" unless defined $to;
24
s/(= ?")\Q$from\E(")/$1$to$2/g;
25
- s/(version ?= ?")\Q$from\E(")/$1$to$2/g;
26
' "$readme"
27
done < <(find . -name README.md -print0)
0 commit comments