Skip to content

Commit

Permalink
feat: add provider-gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jul 28, 2024
1 parent ebcedfd commit 2b199c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/config/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
}

0 comments on commit 2b199c6

Please sign in to comment.