summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 255d5f3..df1bfe0 100644
--- a/draw.go
+++ b/draw.go
@@ -76,7 +76,8 @@ func draw(rs *RepoStatus) {
rs.releaseVersion = rs.grid.NewButton("release version", func() {
lasttag := rs.lasttag.Get()
- log.Warn("Should release version here", lasttag)
+ ver := normalizeVersion(lasttag)
+ log.Warn("Should release version here", lasttag, ver)
})
rs.releaseVersion.Disable()