From d2db51999074f344264a61f9bb2db422a0d67032 Mon Sep 17 00:00:00 2001 From: Christoph Witzko Date: Sun, 28 Jul 2024 19:47:41 +0200 Subject: [PATCH] feat: add provider-gitea --- internal/config/plugins.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/config/plugins.go b/internal/config/plugins.go index c3ddd7f..cc24e1c 100644 --- a/internal/config/plugins.go +++ b/internal/config/plugins.go @@ -94,4 +94,10 @@ var Plugins = plugin.Plugins{ Repo: "go-semantic-release/hooks-exec", Description: "A hooks plugin that executes commands after a new release.", }, + { + Type: "provider", + Name: "gitea", + Repo: "go-semantic-release/provider-gitea", + Description: "A provider plugin that uses the Gitea API to publish releases.", + }, }