Skip to main content

What are Github Tags ?

Tags are associated with commits, so you can use a tag to mark an individual point in your repository's history, including a version number for a release.

How to create Tags ?

Step 1

You should have a repository, if you don't go on this page to know how to create a repository.

Step 2

Navigate to the repository and click on tags

image

Step 3

Click on Create a new release image

Step 4

Click on Choose a tag to choose a tag and target: to choose the branch you are targetting.

image

Step 5

Add a title and a description about the tag.

Step 6

You can choose if it's a pre-release(non-production ready) image

You can publish it or save it as a draft.

And that is how you create GitHub Tags !