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 6482204 commit dc2cbf3Copy full SHA for dc2cbf3
scripts/create_release_branch.sh
@@ -5,7 +5,7 @@ echo "Preparing release $VERSION"
5
6
# Update .csproj file
7
# This regex to update Version tag in .csproj file
8
-sed -i -r "s/\(<Version>\).*\(<\/Version>\)/\1$VERSION\2/" src/stream-net.csproj
+sed -i -r "s/>[0-9]+\.[0-9]+\.[0-9]+(?:\-\w+)?</>$VERSION</g" src/stream-net.csproj
9
10
# Create changelog
11
# --skip.commit: We manually commit the changes
0 commit comments