1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-22 23:38:37 +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()