forked from TrueCloudLab/restic
scripts/release: Check release date first
This commit is contained in:
parent
4eb9df63cf
commit
b4e00c324f
1 changed files with 1 additions and 1 deletions
|
@ -338,8 +338,8 @@ func main() {
|
|||
preCheckBranchMaster()
|
||||
preCheckUncommittedChanges()
|
||||
preCheckVersionExists()
|
||||
preCheckChangelogCurrent()
|
||||
preCheckChangelogRelease()
|
||||
preCheckChangelogCurrent()
|
||||
preCheckChangelogVersion()
|
||||
|
||||
generateFiles()
|
||||
|
|
Loading…
Reference in a new issue