working towards a new release

This commit is contained in:
Jeff Carr 2024-02-16 21:20:33 -06:00
parent dc2b16840e
commit 6b5472ea43
1 changed files with 3 additions and 3 deletions

View File

@ -112,10 +112,10 @@ func CheckReady() bool {
}
// final checks here
if dirtyS == "ready to tag version" {
log.Info("\trepo is ready", release.current.String(), "ready to tag version")
if dirtyS == "unchanged" {
log.Info("\trepo is ready", release.current.String(), "unchanged")
} else {
log.Info("\trepo is not ready", dirtyS, "!= 'ready to tag version'")
log.Info("\trepo is not ready", dirtyS, "!= 'unchanged'")
return false
}