{"id":19364563,"url":"https://github.com/math2001/git-semver-tag","last_synced_at":"2026-06-17T15:35:15.975Z","repository":{"id":74806176,"uuid":"79762242","full_name":"math2001/git-semver-tag","owner":"math2001","description":"gst - Helps creating semver tags with git","archived":false,"fork":false,"pushed_at":"2017-01-26T07:42:42.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:13:44.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://math2001.github.io/git-semver-tag","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/math2001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T02:21:37.000Z","updated_at":"2017-01-23T05:18:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5557fda-37a0-4cf3-98b7-65b7036ad9f1","html_url":"https://github.com/math2001/git-semver-tag","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/math2001/git-semver-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fgit-semver-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fgit-semver-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fgit-semver-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fgit-semver-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math2001","download_url":"https://codeload.github.com/math2001/git-semver-tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fgit-semver-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34453440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:37:43.495Z","updated_at":"2026-06-17T15:35:15.960Z","avatar_url":"https://github.com/math2001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Semver Tag\n\nHelp manager [semver](http://semver.org) tagging with git written in Python. It allows you to prefix\nyour tags with a `v`.\n\n## Usage\n\n\n```bash\n$ gst -M # or --major\n$ gst -m # or --minor\n$ gst -p # or --patch\n```\n\nSee `gst --help` for more info.\n\n## Installation\n\nYou just need to bind the `git-semver-tag.py` to an alias:\n\n```\ngst=python \"path\\to\\git-semver-tag.py\" $*\n```\n\n### Windows\n\nIf you don't know how to create aliases on Windows, here's how:\n\nWrite this into a file, say in `C:/Users/you_username/aliases.cmd`.\n\n```bash\ndoskey gst=python \"path\\to\\git-semver-tag.py\" $*\n```\n\nQuickly, `doskey` is the command to alias. Then `gst` is the name of the alias. After the `=`, it's\nthe command that is going to be called. The `$*` allows to give args to the actual command through\nthe alias.\n\nThen, create a shortcut for `cmd`, on the desktop for example. Right click on it, select\n`Properties`, in the `Shortcut` tab, click in the `Target` tab and type:\n\n```bash\ncmd /k C:/Users/you_username/aliases.cmd\n```\n\nOf course, replace `C:/Users/you_username/aliases.cmd` with the actual path to the alias file.\n\nClick `OK`, and double click on this shortcut. You have now access to the alias `gst`.\n\n### Other platforms\n\nI only have a pc using Windows, so, Google's your best friend if you don't know how to create an\nalias.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fgit-semver-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath2001%2Fgit-semver-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fgit-semver-tag/lists"}