From e5872512a3be8ab1446ebb6817f431f7dce7b9ad Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 26 Jun 2024 16:03:57 +0200 Subject: [PATCH] ci: :green_heart: fix gitea url --- .drone.yml | 2 +- cz.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35eeef6..2382f26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: settings: gitea_password: from_secret: git_token - gitea_url: gitea.dikurium.ch + gitea_url: https://gitea.dikurium.ch gitea_username: from_secret: git_user notes_file: CZ_CURRENT_CHANGELOG.md diff --git a/cz.yaml b/cz.yaml index a6e9e7e..31a92cd 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.1.0 + version: 0.0.1 version_scheme: semver