2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00

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

View File

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