From 8e9ec30b29ae53e28592e8ac7f48b2f46b8f935b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 10:46:32 -0600 Subject: save GoDeps at the time of publication to pkg.go.dev --- gitTag.update.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gitTag.update.go') diff --git a/gitTag.update.go b/gitTag.update.go index ecf0d6b..47afb38 100644 --- a/gitTag.update.go +++ b/gitTag.update.go @@ -12,8 +12,7 @@ import ( // Update repo.Refs from .git/ func (repo *Repo) UpdateGitTags() error { - // delete the old hash - // r.DeleteByHash(hash) + // todo: look for changes in the tags? repo.Tags = new(GitTags) tags := []string{"%(objectname)", "%(creatordate)", "%(*authordate)", "%(refname)", "%(subject)"} -- cgit v1.2.3