From 81bb76b5d7dbe4ccf8ab8844683b134761c78749 Mon Sep 17 00:00:00 2001
From: Petar Hristov <hristov@itc.rwth-aachen.de>
Date: Tue, 23 Apr 2024 15:05:47 +0200
Subject: [PATCH] Fix: Add missing GitVersion.yml

---
 GitVersion.yml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 GitVersion.yml

diff --git a/GitVersion.yml b/GitVersion.yml
new file mode 100644
index 0000000..1bdc0fe
--- /dev/null
+++ b/GitVersion.yml
@@ -0,0 +1,7 @@
+mode: ContinuousDeployment
+next-version: 1.0.0
+major-version-bump-message: 'Breaking:'
+minor-version-bump-message: '(Update|New):'
+patch-version-bump-message: 'Fix:'
+no-bump-message: '.*'
+commit-message-incrementing: Enabled
\ No newline at end of file
-- 
GitLab