Skip to content

Commit dc2cbf3

Browse files
xernobylgithub-actions
andauthored
[PBE-000] fix release script (#136)
* chore(release): 6.8.3 * ci: empty * ci: fix release script --------- Co-authored-by: github-actions <[email protected]>
1 parent 6482204 commit dc2cbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_release_branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Preparing release $VERSION"
55

66
# Update .csproj file
77
# This regex to update Version tag in .csproj file
8-
sed -i -r "s/\(<Version>\).*\(<\/Version>\)/\1$VERSION\2/" src/stream-net.csproj
8+
sed -i -r "s/>[0-9]+\.[0-9]+\.[0-9]+(?:\-\w+)?</>$VERSION</g" src/stream-net.csproj
99

1010
# Create changelog
1111
# --skip.commit: We manually commit the changes

0 commit comments

Comments
 (0)