further towards release automation
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3c3dc5309a
commit
732ac4b1e5
2
draw.go
2
draw.go
|
@ -229,6 +229,8 @@ func (rs *RepoStatus) SetVersion(a, b, c string, reason string) {
|
||||||
rs.revision.SetText(c)
|
rs.revision.SetText(c)
|
||||||
|
|
||||||
rs.versionMessage.SetLabel(reason)
|
rs.versionMessage.SetLabel(reason)
|
||||||
|
rs.versionMessage.SetText(reason)
|
||||||
|
// rs.versionMessage.SetValue(reason)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rs *RepoStatus) setTag() bool {
|
func (rs *RepoStatus) setTag() bool {
|
||||||
|
|
Loading…
Reference in New Issue