attempt automatic release of v0.20.0

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-05 12:31:04 -06:00
parent e822f59663
commit 2719ad4275
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ func main() {
repo.newScan()
if repo.String() == "go.wit.com/widget" {
repo.targetVersion.SetText("v" + "1.1.14")
repo.targetVersion.SetText("v" + "1.1.15")
} else {
repo.targetVersion.SetText("v" + "0.19.2")
repo.targetVersion.SetText("v" + "0.20.0")
}
if strings.HasPrefix(repo.String(), "go.wit.com/dev/") {
lasttag := repo.status.GetLastTagVersion()