Skip to content

Commit

Permalink
tool/release: fix version matcher for meson project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 8, 2024
1 parent 740eb38 commit 3ca821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/release
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ release::create() {
| while read -r f
do
sed \
-E -e "s|( +)(\"?)([0-9]+\.[0-9]+\.[0-9]+)(.+# hook: tool/release)|\1\2$SEMVER\4|" \
-E -e "s|( +)([\"']?)([0-9]+\.[0-9]+\.[0-9]+)(.+# hook: tool/release)|\1\2$SEMVER\4|" \
-i -- "$f"
git add "$f"
done
Expand Down

0 comments on commit 3ca821f

Please sign in to comment.