Introduce tag attributes

Tags may have attributes to further describe what they mean or to store
pointers to extra information. This change modifies the tag template and
the "integrated-release" tag definition (to introduce the "since"
attribute).

Change-Id: I0d6b30f9d47d5ff70330d422ae67bb288118f25c
This commit is contained in:
Thierry Carrez 2015-01-26 10:45:52 +01:00 committed by Anne Gentle
parent 61b7567c7f
commit fcded3feee
2 changed files with 24 additions and 0 deletions

View File

@ -70,6 +70,19 @@ only until a certain announced date). If the proposed tag has a deprecation
period, its duration (and any other specific rules) should be listed here.
Attributes
==========
Tags may have attributes which provide extra information. Those attributes
(and their values) should be described in this section.
example-attribute
-----------------
Description of the example-attribute tag attribute, and of the values it may
take.
Application to current projects
===============================

View File

@ -49,6 +49,17 @@ removed when the deconstruction of the "integrated release" concept will
have been completed.
Attributes
==========
since
-----
This attribute describes the development cycle where the project was first
fully integrated (and therefore the first release name where the project was
included). Example values: folsom, kilo
Application to current projects
===============================