summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-02 00:02:53 -0600
committerJeff Carr <[email protected]>2024-02-02 00:02:53 -0600
commit504cd29dcbf63bf63bcacb63cfc76238c6f7e814 (patch)
treeba3cebe2c46d4e9d896c95b1a48e4e25789bd837 /structs.go
parentb83d92f7b4d59e5199d318cb2869165f483b1262 (diff)
store target version in the repolist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go11
1 files changed, 4 insertions, 7 deletions
diff --git a/structs.go b/structs.go
index 192ec4d..10456b3 100644
--- a/structs.go
+++ b/structs.go
@@ -86,19 +86,16 @@ type repo struct {
lasttagrev string
lasttag string
+ // what version to release this package as
+ targetVersionS string
+
pLabel *gui.Node // path label
// bLabel *gui.Node // branch label
lastTag *gui.Node // last tagged version label
vLabel *gui.Node // version label
dirtyLabel *gui.Node // git state (dirty or not?)
goSumStatus *gui.Node // what is the state of the go.sum file
-
- // masterName *gui.Node // the master branch name
- // masterVersion *gui.Node // the master branch version
- // develName *gui.Node // the devel branch name
- // develVersion *gui.Node // the devel branch version
- // userName *gui.Node // the jcarr branch name
- // userVersion *gui.Node // the jcarr branch version
+ targetVersion *gui.Node // the final repo release version
statusButton *gui.Node // opens up the status window