From 6a88e3bdeff620908a9e29bbdd6f739ffde616e7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 25 Mar 2025 21:06:01 -0500 Subject: more examples --- main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index cb42b98..25818a4 100644 --- a/main.go +++ b/main.go @@ -35,6 +35,10 @@ func main() { return } walkTree(t) + + showtags(repo) + // v0.0.8 + printCommitsForTag(repo, "v0.22.2") } // lists the files in the git repo -- cgit v1.2.3