.proto changes
This commit is contained in:
parent
f5b53b403e
commit
db659057c1
|
@ -104,14 +104,14 @@ func rePrepareRelease() {
|
|||
lastTag := check.GetLastTag()
|
||||
if master != lastTag {
|
||||
forceReleaseVersion(check)
|
||||
me.found.AppendUniqueGoPath(check)
|
||||
me.found.AppendByGoPath(check)
|
||||
continue
|
||||
}
|
||||
|
||||
if argv.Protobuf && check.GetRepoType() == "protobuf" {
|
||||
// if --protobuf, this will force upgrade each one
|
||||
forceReleaseVersion(check)
|
||||
me.found.AppendUniqueGoPath(check)
|
||||
me.found.AppendByGoPath(check)
|
||||
continue
|
||||
}
|
||||
|
||||
|
@ -125,7 +125,7 @@ func rePrepareRelease() {
|
|||
}
|
||||
log.Printf("dependancy checks indicate a new release is needed for %s\n", check.GetGoPath())
|
||||
forceReleaseVersion(check)
|
||||
me.found.AppendUniqueGoPath(check)
|
||||
me.found.AppendByGoPath(check)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue