feat(git)!: don't auto push tags

Amolith created

Change summary

dot_config/git/config.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/git/config.tmpl 🔗

@@ -71,7 +71,7 @@
 [pull]
 	rebase = true
 [push]
-	followTags = true
+	followTags = false
 	autoSetupRemote = true
 	default = current
 [branch]