summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
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