{"id":18760761,"url":"https://github.com/zzh8829/gotag","last_synced_at":"2026-05-18T02:07:54.410Z","repository":{"id":227522660,"uuid":"771662061","full_name":"zzh8829/gotag","owner":"zzh8829","description":"An interactive CLI tool for semantic version tagging in Git repositories.","archived":false,"fork":false,"pushed_at":"2024-03-13T18:15:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-20T17:50:44.407Z","etag":null,"topics":["cli","git","go","golang","semver","semver-cli","semver-release","semver-tag","tagging","versioning"],"latest_commit_sha":null,"homepage":"https://github.com/zzh8829/gotag","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzh8829.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-13T18:00:13.000Z","updated_at":"2024-03-13T18:13:58.000Z","dependencies_parsed_at":"2024-03-13T19:29:01.459Z","dependency_job_id":null,"html_url":"https://github.com/zzh8829/gotag","commit_stats":null,"previous_names":["zzh8829/gotag"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zzh8829/gotag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzh8829%2Fgotag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzh8829%2Fgotag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzh8829%2Fgotag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzh8829%2Fgotag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzh8829","download_url":"https://codeload.github.com/zzh8829/gotag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzh8829%2Fgotag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278887849,"owners_count":26063273,"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-10-08T02:00:06.501Z","response_time":56,"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":["cli","git","go","golang","semver","semver-cli","semver-release","semver-tag","tagging","versioning"],"created_at":"2024-11-07T18:13:44.936Z","updated_at":"2025-10-08T04:16:19.172Z","avatar_url":"https://github.com/zzh8829.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoTag - SemVer Tag Bumper\n\nAn interactive CLI tool for semantic version tagging in Git repositories, enabling users to easily bump version tags and push changes.\n\n## Features\n\n- Fetches latest semantic version tags from the Git repository.\n- Interactive selection for version bump type: major, minor, or patch.\n- Option to create and push new tags to the remote repository.\n\n## Prerequisites\n\n- Git accessible from the command line.\n- Go installed on your system.\n\n## Installation\n\nYou can install `gotag` using Go directly. Choose one of the following methods:\n\n### Install the Latest Version\n\n```bash\ngo install github.com/zzh8829/gotag@latest\n```\n\n### Install a Specific Version\n\n```bash\ngo install github.com/zzh8829/gotag@v0.0.1\n```\n\nAfter installation, you can run `gotag` from anywhere in your command line.\n\n## Usage\n\n### Running Directly\n\nIf you've installed `gotag`, simply run:\n\n```bash\ngotag\n```\n\n### Running a Specific Version Directly Without Installing\n\n```bash\ngo run github.com/zzh8829/gotag@v0.0.1\n```\n\n### Cloning and Running\n\nAlternatively, you can clone the repository and run the tool directly:\n\n```bash\ngit clone https://github.com/zzh8829/gotag.git\ncd gotag\ngo run main.go\n```\n\nFollow the interactive prompts to select the version bump type and manage tags.\n\n## Notes\n\n- The script expects tags to follow the `v\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e` format and defaults to `v0.0.0` if no tags are found.\n- Ensure you have the required permissions to push tags to the remote repository.\n\n## Contributions\n\nContributions are welcome! If you have improvements or bug fixes, please open an issue or pull request on this repository.\n\n## License\n\nThis script is provided \"as is\", without warranty of any kind, express or implied. Feel free to use and modify it as needed for your projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzh8829%2Fgotag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzh8829%2Fgotag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzh8829%2Fgotag/lists"}