.. _tag:

tag
===

.. program:: tag

Synopsis
--------

::

    sample-rpkg tag [-h] [-f] [-m MESSAGE] [-c] [--raw] [-F FILE] [-l] [-d] [tag]

Description
-----------

This command uses git to create, list, or delete tags.

Arguments
---------

.. option:: tag

   Name of the tag



Options
-------

.. option:: -h --help

   show this help message and exit

.. option:: -f --force

   Force the creation of the tag

.. option:: -m --message

   Use the given <msg> as the tag message

.. option:: -c --clog

   Generate the tag message from the spec changelog section

.. option:: --raw

   Make the clog raw

.. option:: -F --file

   Take the tag message from the given file

.. option:: -l --list

   List all tags with a given pattern, or all if not pattern is given

.. option:: -d --delete

   Delete a tag