attempt automatic release of v0.20.0
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
e822f59663
commit
2719ad4275
4
main.go
4
main.go
|
@ -35,9 +35,9 @@ func main() {
|
||||||
repo.newScan()
|
repo.newScan()
|
||||||
|
|
||||||
if repo.String() == "go.wit.com/widget" {
|
if repo.String() == "go.wit.com/widget" {
|
||||||
repo.targetVersion.SetText("v" + "1.1.14")
|
repo.targetVersion.SetText("v" + "1.1.15")
|
||||||
} else {
|
} else {
|
||||||
repo.targetVersion.SetText("v" + "0.19.2")
|
repo.targetVersion.SetText("v" + "0.20.0")
|
||||||
}
|
}
|
||||||
if strings.HasPrefix(repo.String(), "go.wit.com/dev/") {
|
if strings.HasPrefix(repo.String(), "go.wit.com/dev/") {
|
||||||
lasttag := repo.status.GetLastTagVersion()
|
lasttag := repo.status.GetLastTagVersion()
|
||||||
|
|
Loading…
Reference in New Issue