summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 04:07:49 -0600
committerJeff Carr <[email protected]>2024-01-31 04:07:49 -0600
commit4d665387fe7276c5114acb10a83cd697fcee83ae (patch)
tree4b925901da5c25ca072f144473ff378e642ebcde /update.go
parentdbf10cddf7f540dac450318524b0f31a24e55589 (diff)
more on release managementv0.17.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'update.go')
-rw-r--r--update.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/update.go b/update.go
index 96406b2..1d34dd1 100644
--- a/update.go
+++ b/update.go
@@ -138,10 +138,7 @@ func (rs *RepoStatus) UpdateCurrent() {
return
}
log.Log(INFO, "Update() START")
- // do things that are safe even if the git tree is dirty
- // rs.path.SetValue(rs.repopath)
rs.getCurrentBranchName()
- // rs.window.SetTitle(rs.repopath + " GO repo Details")
rs.getCurrentBranchVersion()
rs.getLastTagVersion()
rs.populateTags()