Correct doc for deprecation version of git skip-tag

Deprecation version in docs was incorrect. Deprecation of skip-tag
happened at 2.0.0 and onward in favour of per-build-tag extension.

Story: #2000907

Change-Id: Ibf9b43beaf7a23c18a62f57270c9f46bc4727d5c
Signed-off-by: Kien Ha <kienha9922@gmail.com>
This commit is contained in:
Kien Ha 2018-06-11 11:10:08 -04:00
parent c07f2711b3
commit d076f0f1cc
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def git(registry, xml_parent, data):
:arg list(str) branches: list of branch specifiers to build (default '**') :arg list(str) branches: list of branch specifiers to build (default '**')
:arg bool skip-tag: Skip tagging (default true) :arg bool skip-tag: Skip tagging (default true)
.. deprecated:: 1.6.0. Please use per-build-tag extension, which has .. deprecated:: 2.0.0. Please use per-build-tag extension, which has
the inverse meaning. the inverse meaning.
:arg bool clean: Clean after checkout (default false) :arg bool clean: Clean after checkout (default false)