Create and manage tags
This page describes how to create and manage tags in a Codeflow repository.
Create tag
A tag is a reference point used to identify a version or deployment point based on a specific commit. Tags are created from the commit details page and are based on the selected commit.
- Go to the KakaoCloud console > Developer Tools > Codeflow.
- From the Repository menu, select the repository where you want to create a tag.
- On the repository details page, go to the Commits tab and select the commit ID to use as the base point.
- On the commit details page, click [Create tag] in the upper-right corner.
- In the Create tag popup, enter a name and click [Create].
View tag list
In the dropdown at the upper-right of the repository details page, select the Tags tab to search and view tags. Click [View all] at the bottom of the list to view all tags in the View all tags popup.
In the tag list, you can check which commit each tag points to.
| Item | Description |
|---|---|
| Name | Tag name |
| Created at | Date and time when the tag was first created |
| Commit message | Description of the latest commit |
| Commit ID | Unique value that identifies the latest commit of the tag |
| [Trash] icon | Delete tag |
Delete tag
Delete tags from the View all tags popup on the repository details page. In the list, check the tag to delete and the commit it points to, then click the [Trash] icon.