# Gitlab Tag<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; | &#10007;
|===

== Description

The Gitlab "tag" plugin allows to manipulate Gitlab repository tags.

**source**

When used as a "source", the Gitlab tag plugin allows to get a Gitlab repository tag according the version filter rule provided.

**condition**

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

**target** 

Target is not supported, feel free to manifest your interest by opening an issue on link:https://github.com/updatecli/updatecli/issues[updatecil/updatecli/issues], or highlighting an existing one.

== Parameters

{{< resourceparameters "sources" "gitlab/tag" >}}

== Example

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

