docs: add @saithodev/semantic-release-gitea to community plugins

This commit is contained in:
Mario Lubenka 2020-01-27 20:23:38 +01:00 committed by Pierre Vanduynslager
parent ef1b8a0b91
commit c7e461dc1c

View File

@ -95,3 +95,7 @@
- `verifyConditions`: Checks the project.clj is syntactically valid. - `verifyConditions`: Checks the project.clj is syntactically valid.
- `prepare`: Update the project.clj version and package the output jar file. - `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). - `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.