From 77e26d6a0876cbb38eab8f8f6ef9b14f4bce2f9d Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Wed, 3 Jan 2024 13:08:06 +0100
Subject: [PATCH] feat: new versioning

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b8d20ac
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,3 @@
+include:
+  - project: 'quiqqer/stabilization/semantic-release'
+    file: '/ci-templates/.gitlab-ci.yml'
-- 
GitLab