From 8d6a67af228177a3808bb63198a55763e89ce5f4 Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Sat, 21 Jan 2023 01:28:10 +0100 Subject: [PATCH] chore(semantic-release): change HVCS to github --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f54be6..3b39ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,8 +109,7 @@ changelog_sections = "feature,fix,breaking,documentation,performance" changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url" upload_to_repository = false upload_to_release = true -hvcs = "gitlab" -hvcs_domain = "gitlab1.ptb.de" +hvcs = "github" commit_author= "Bjoern Ludwig <bjoern.ludwig@ptb.de>" [tool.flake8] -- GitLab