We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dff1a0 commit 66edafdCopy full SHA for 66edafd
update-version.sh
@@ -9,7 +9,7 @@ LATEST_TAG=$(git describe --abbrev=0 --tags | sed 's/^v//') || exit $?
9
find . -name README.md | while read -r file; do
10
awk -v tag="$LATEST_TAG" '{
11
if ($1 == "version" && $2 == "=") {
12
- sub(/=.*/, "= \"" tag "\"")
+ sub(/"[^"]*"/, "\"" tag "\"")
13
print
14
} else {
15
0 commit comments