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:
parent
c07f2711b3
commit
d076f0f1cc
@ -71,7 +71,7 @@ def git(registry, xml_parent, data):
|
||||
:arg list(str) branches: list of branch specifiers to build (default '**')
|
||||
: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.
|
||||
|
||||
:arg bool clean: Clean after checkout (default false)
|
||||
|
Loading…
Reference in New Issue
Block a user