From c47d2fc750c4d138f989a8689e21cccb75b378b0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 1 Nov 2016 15:38:20 +0000 Subject: [PATCH] too many ses(es) --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 7214aa529..b9ac9b9c1 100755 --- a/release.sh +++ b/release.sh @@ -64,7 +64,7 @@ rel_branch="release-$tag" prerelease=0 # We check if this build is a prerelease by looking to # 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. echo $release | grep -q '-' && prerelease=1