Skip to content

Commit d2db519

Browse files
feat: add provider-gitea
1 parent ebcedfd commit d2db519

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/config/plugins.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,10 @@ var Plugins = plugin.Plugins{
9494
Repo: "go-semantic-release/hooks-exec",
9595
Description: "A hooks plugin that executes commands after a new release.",
9696
},
97+
{
98+
Type: "provider",
99+
Name: "gitea",
100+
Repo: "go-semantic-release/provider-gitea",
101+
Description: "A provider plugin that uses the Gitea API to publish releases.",
102+
},
97103
}

0 commit comments

Comments
 (0)