{"id":16777811,"url":"https://github.com/falcosuessgott/tago","last_synced_at":"2025-08-15T14:05:33.508Z","repository":{"id":56189136,"uuid":"290988191","full_name":"FalcoSuessgott/tago","owner":"FalcoSuessgott","description":"interactively bumping SemVer git tags","archived":false,"fork":false,"pushed_at":"2020-11-21T17:53:46.000Z","size":2991,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T20:53:35.748Z","etag":null,"topics":["git","semver","tags","versioning"],"latest_commit_sha":null,"homepage":"","language":"Go","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/FalcoSuessgott.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}},"created_at":"2020-08-28T08:05:27.000Z","updated_at":"2020-12-25T14:23:00.000Z","dependencies_parsed_at":"2022-08-15T14:20:37.371Z","dependency_job_id":null,"html_url":"https://github.com/FalcoSuessgott/tago","commit_stats":null,"previous_names":["falcosuessgott/gitag"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/FalcoSuessgott/tago","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalcoSuessgott%2Ftago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalcoSuessgott%2Ftago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalcoSuessgott%2Ftago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalcoSuessgott%2Ftago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FalcoSuessgott","download_url":"https://codeload.github.com/FalcoSuessgott/tago/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalcoSuessgott%2Ftago/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579613,"owners_count":24610044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["git","semver","tags","versioning"],"created_at":"2024-10-13T07:25:56.837Z","updated_at":"2025-08-15T14:05:33.438Z","avatar_url":"https://github.com/FalcoSuessgott.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tago [![Go Report Card](https://goreportcard.com/badge/github.com/FalcoSuessgott/tago)](https://goreportcard.com/badge/github.com/FalcoSuessgott/tago) \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo.gif\" /\u003e\n\u003c/p\u003e\n\n`tago` lets you bump git tags using [semantic versioning](https://semver.org/).\n\n# Features\n* detecting and handling semver tags with or without \"v\"-prefix\n* check if there are uncommited changes \n* creating initial tag if no tags exists\n* add lightweight or annotated [tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging)\n* interactive user prompting\n* automatable using cli params for scripting purposes\n* automatically push after tag creation\n\n# when to bump a version\n`MAJOR.MINOR.PATCH`\n* Major: when you make incompatible API changes,\n* Minor: when you add functionality in a backwards compatible manner, and\n* Patch: when you make backwards compatible bug fixes.\n\n\u003e [https://semver.org/](https://semver.org/)\n\n# Installation\n## using go \n```\ngo get github.com/FalcoSuessgott/tago\n```\n\n## using curl\n```\n curl -sf https://gobinaries.com/FalcoSuessgott/tago | sh\n```\n\n\n# Usage\n```\nbumping semantic versioning git tags\n\nUsage:\n  tago [flags]\n\nFlags:\n  -h, --help            help for tago\n  -x, --major           bump major version part\n  -y, --minor           bump minor version part\n  -m, --msg string      tag annotation message\n  -z, --patch           bump patch version part\n      --prefix          use \"v\" as prefix\n  -p, --push            push tag afterwards\n  -r, --remote string   remote (default \"origin\")\n```\n# Examples\n\n## bump minor version\n```\ntago --minor -m \"added update option\"\n```\n\n## bump patch version and push created tag afterwards\n```\ntago -pz -m \"fixed authentication bug\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcosuessgott%2Ftago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalcosuessgott%2Ftago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcosuessgott%2Ftago/lists"}