diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 02:41:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 02:41:34 -0600 |
| commit | f2ad6d3138ce39e6fdd0508eeddd2439ad275f3c (patch) | |
| tree | ff308f9c005fa778f4707184dc2bb2ef73afb94d /structs.go | |
| parent | 9ddf46cf75a15a7b6398cc6d25b20bb993429cda (diff) | |
more attempts at release automation
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ type repo struct { 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 |
