# Gitea Release<no value>
// <!-- Required for asciidoctor -->
:toc:
// Set toclevels to be at least your hugo [markup.tableOfContents.endLevel] config key
:toclevels: 4

[cols="1^,1^,1^",options=header]
|===
| source | condition | target
| &#10004; | &#10004; | &#10004;
|===

== Description

The Gitea "release" plugin allows to manipulate Gitea releases.

**source**

When used as a "source", the Gitea release plugin allows to get a Gitea Release tag according the version filter rule provided.

**condition**

When used as a "condition". the Gitea release plugin allows to test that specific Gitea Release tag exist.

**target** 

When used a "target", the Gitea release plugin Using the gitea/release as a "target" ensures that a Gitea release exists.

== Parameters

{{< resourceparameters "sources" "gitea/release" >}}

== Example

[source,yaml]
----
# updatecli.yaml
{{<include "assets/code_example/docs/plugins/resources/gitea/release/updatecli.d/default.yaml">}}
----

