From c7e461dc1cce6cf3bdb625a7a44c834f225b3fd7 Mon Sep 17 00:00:00 2001 From: Mario Lubenka Date: Mon, 27 Jan 2020 20:23:38 +0100 Subject: [PATCH] docs: add `@saithodev/semantic-release-gitea` to community plugins --- docs/extending/plugins-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index be331457..ea868feb 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -95,3 +95,7 @@ - `verifyConditions`: Checks the project.clj is syntactically valid. - `prepare`: Update the project.clj version and package the output jar file. - `publish`: Publish the jar (and generated Maven metadata) to a maven repository (or clojars). +- [@saithodev/semantic-release-gitea](https://github.com/saitho/semantic-release-gitea) + - `verifyConditions`: Verify the presence and the validity of the authentication and the assets option configuration. + - `publish`: Publish a Gitea release, optionally uploading file assets. + - `addChannel`: Update a Gitea release's pre-release field.