Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 856 Bytes

File metadata and controls

18 lines (16 loc) · 856 Bytes
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
API
miniTocMaxHeadingLevel 3

About the Git tags API

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.