From 0c5ce7b0fff0897936b622a87ff28f9bf4c30819 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Thu, 30 Mar 2023 09:21:45 +0000 Subject: [PATCH] chore(goreleaser): adds gitea url --- .goreleaser.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 315c09b..ffd0146 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +gitea_urls: + api: https://git.xsfx.dev/api/v1/ before: hooks: # You may remove this if you don't use go modules. @@ -37,3 +39,5 @@ changelog: exclude: - '^docs:' - '^test:' + - '^chore:' + - '^ci:'