Switch version to SemVer format

Closes gh-1107
This commit is contained in:
Stephane Nicoll
2020-07-09 17:53:47 +02:00
parent f109114c0e
commit 31aad89a8a
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ set -e
version=$( cat version/version )
milestone=${version%.RELEASE}
milestone=${version}
java -jar /github-release-notes-generator.jar \
--releasenotes.github.username=${GITHUB_USERNAME} \