feat(git): automatically push tags

This commit is contained in:
Michael Mandl 2025-02-26 08:44:51 +01:00
parent dc22952892
commit 88c22f7b6a
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -78,6 +78,7 @@
push = {
autoSetupRemote = true;
followTags = true;
recurseSubmodules = "on-demand";
};