From df292c333ec596e7ced69f3940d422d3932f07f7 Mon Sep 17 00:00:00 2001
From: Stefan Hynek <stefan.hynek@uni-goettingen.de>
Date: Mon, 21 Feb 2022 10:03:44 +0100
Subject: [PATCH] chore(pyproject.toml): configure semantic release

---
 pyproject.toml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..3f57bc9
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,11 @@
+[tool.semantic_release]
+version_source = "tag"
+branch = "main"
+major_on_zero = false
+tag_format = "{version}"
+build_command = false
+upload_to_repository = false
+hvcs = "gitlab"
+hvcs_domain = "gitlab.gwdg.de"
+hvcs_api_domain = "gitlab.gwdg.de/api/v4"
+check_build_status = true
-- 
GitLab