What are Tags?
Tags are a fundamental part of git, and therefore the Forge. They can be used to go back to a specific point in time and see what the repository looked like.
SA3LI tags the repository for every published version of its 3GPP specifications, and for the output of every SA plenary meeting. Tags can be viewed and searched at the repository's Tags page.
Conventions
SA3LI uses the following convention when creating tags as part of the CR process.
Tag name | Description | Example |
---|---|---|
spec/{deliverable}/{version} |
Tags a published version of a given deliverable | spec/33128/17.1.0 |
output/{meeting title} |
Tags the output of a given meeting | output/SA93e |
Individual elements such as {deliverable}
, {version}
and {meeting title}
are rendered following SA3LI's rendering conventions.