Quick summary
Tagging a commit in GitHub lets you mark a specific point in your repository's history as a named release. This is done through the Releases section by creating a new tag tied to the latest commit and publishing it.
Steps
- Navigate to your desired repository.
- Click 'Add file' in the repository toolbar.
- Select 'Create new file' from the dropdown.
- Name your file and add your file content.
- Click the 'Commit changes' button to save your file.
- Confirm by clicking 'Commit changes' in the dialog.
- After creating your file, click on the 'Tags' button in the repository sidebar.
- Select 'Releases' from the Tags page.
- Click 'Draft a new release' to start creating a release.
- Click 'Choose a tag' to open the tag selector.
- Type your new tag name in the tag field and click '+Create new tag'.
- Enter a release title for your new release.
- Click 'Publish release' to finalize and publish the tagged commit.



