diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 23:32:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 23:32:19 -0600 |
| commit | 1af05cc0ef693ea429a078a804e319cc037e5342 (patch) | |
| tree | 9945c5a2960254b128fa796f994b82503a67b487 /gitTag.query.go | |
| parent | 3e45924aa2876484a8a0e2470b79604699fa562d (diff) | |
publish every *.pb.go file
Diffstat (limited to 'gitTag.query.go')
| -rw-r--r-- | gitTag.query.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitTag.query.go b/gitTag.query.go index 750d501..2c902ad 100644 --- a/gitTag.query.go +++ b/gitTag.query.go @@ -14,7 +14,7 @@ import ( func (repo *Repo) GetLastTag() string { cmd := []string{"git", "rev-list", "--tags", "--max-count=1"} result := repo.RunQuiet(cmd) - log.Info("getLastTagVersion()", result.Stdout) + // log.Info("getLastTagVersion()", result.Stdout) if len(result.Stdout) != 1 { log.Log(GITPBWARN, "git LastTag() error:", result.Stdout) |
