1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

too many ses(es)

This commit is contained in:
David Baker
2016-11-01 15:38:20 +00:00
parent 66c4c8882f
commit c47d2fc750

View File

@@ -64,7 +64,7 @@ rel_branch="release-$tag"
prerelease=0 prerelease=0
# We check if this build is a prerelease by looking to # We check if this build is a prerelease by looking to
# see if the version has a hyphen in it. Crude, # see if the version has a hyphen in it. Crude,
# but semver doesn't support postreleaseses so anything # but semver doesn't support postreleases so anything
# with a hyphen is a prerelease. # with a hyphen is a prerelease.
echo $release | grep -q '-' && prerelease=1 echo $release | grep -q '-' && prerelease=1