Quick summary
Creating a tag in GitHub lets you mark specific points in your repository's history, such as release versions or milestones. This guide walks you through the Releases workflow to create a new tag directly from your GitHub repository.
Steps
- Open your desired repository and click on the Tag section.
- Click on the Tag button to expand the tag options.
- Select View all tags to see existing tags in the repository.
- Select Releases from the repository navigation.
- Click on the Draft a new release button to begin creating a release.
- Select Choose a tag from the tag dropdown menu.
- Type a name in the empty field and click +Create new tag to save the new tag.
- You have successfully created a tag in GitHub.
.gif)



