From a5df99e0879a32563fc4f6866b0a7092ec175977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fernando=20Carri=C3=B3n?= Date: Mon, 23 Oct 2023 11:30:22 +0000 Subject: [PATCH] Add version calculation submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d8495c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".version"] + path = .version + url = https://gitlab.com/CRThaze/git-semver-compute.git