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() preCheckBranchMaster()
preCheckUncommittedChanges() preCheckUncommittedChanges()
preCheckVersionExists() preCheckVersionExists()
preCheckChangelogCurrent()
preCheckChangelogRelease() preCheckChangelogRelease()
preCheckChangelogCurrent()
preCheckChangelogVersion() preCheckChangelogVersion()
generateFiles() generateFiles()