Search code examples
githubversion-controlversioninggithub-for-windowssemantic-versioning

How to manage version number through GitHub desktop application?


Is is possible to manage version number of a repository with GitHub Desktop Application?


Solution

  • Versioning in GitHub Desktop is very simple.

    1. Commit your changes
    2. Click on History Tab
    3. Right Click on a commit history
    4. Select Create Tag...
    5. Now, write the version and select Create tag

    The Tag hence created will be displayed as like this:

    enter image description here

    The versioning Semantics is well described here