scripts/release: Check release date first

This commit is contained in:
Alexander Neumann 2018-02-16 21:52:34 +01:00
parent 4eb9df63cf
commit b4e00c324f
1 changed files with 1 additions and 1 deletions

View File

@ -338,8 +338,8 @@ func main() {
preCheckBranchMaster()
preCheckUncommittedChanges()
preCheckVersionExists()
preCheckChangelogCurrent()
preCheckChangelogRelease()
preCheckChangelogCurrent()
preCheckChangelogVersion()
generateFiles()