| title |
Git tags |
| shortTitle |
Tags |
| allowTitleToDifferFromFilename |
true |
| intro |
The Git tags API lets you read and write tag objects to your Git database on {% data variables.product.product_name %}. |
| versions |
| fpt |
ghes |
ghae |
ghec |
* |
* |
* |
* |
|
| topics |
|
| miniTocMaxHeadingLevel |
3 |
A Git tag is similar to a Git reference, but the Git commit that it points to never changes. Git tags are helpful when you want to point to specific releases. These endpoints allow you to read and write tag objects to your Git database on {% data variables.product.product_name %}. The Git tags API only supports annotated tag objects, not lightweight tags.