{"id":17597888,"url":"https://github.com/cvan/tagz","last_synced_at":"2026-03-02T12:41:11.541Z","repository":{"id":11521766,"uuid":"14003927","full_name":"cvan/tagz","owner":"cvan","description":"automatically tag tags and push aforementioned tags to GitHub™","archived":false,"fork":false,"pushed_at":"2016-03-31T22:01:39.000Z","size":27,"stargazers_count":5,"open_issues_count":8,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T06:07:42.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cvan.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}},"created_at":"2013-10-31T00:48:05.000Z","updated_at":"2025-03-04T10:50:57.000Z","dependencies_parsed_at":"2022-09-23T23:04:19.999Z","dependency_job_id":null,"html_url":"https://github.com/cvan/tagz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvan%2Ftagz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvan%2Ftagz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvan%2Ftagz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvan%2Ftagz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvan","download_url":"https://codeload.github.com/cvan/tagz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651233,"owners_count":21621716,"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","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-10-22T09:43:58.998Z","updated_at":"2026-03-02T12:41:11.493Z","avatar_url":"https://github.com/cvan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tagz\n\nThis is a script to automatically tag repos on GitHub.\n\n\n## Installation\n\nInstall using pip:\n\n    pip install -r requirements.txt\n\n\n## Sample usage\n\n* To create a tag:\n\n        python tagz.py -r mozilla/fireplace -c create -t 2014.02.11\n\nNOTE: annotated tags are used by default (-a). If you want lightweight tags,\n      you can pass -l:\n\n    $ python tagz.py -l -r mozilla/fireplace -c create -t 2014.02.11\n\nALSO: this script will use whatever type of tag the first found refname is.\n      You cannot use this script to mix use of the two in the same repo.\n\n* To create multiple tags:\n\n        python tagz.py -r mozilla/monolith,mozilla/solitude,mozilla/webpay,mozilla/commbadge,mozilla/fireplace,mozilla/marketplace-stats,mozilla/monolith-aggregator,mozilla/rocketfuel,mozilla/zamboni -c create -t 2014.02.11\n\n* To delete a tag:\n\n        python tagz.py -r mozilla/fireplace -c delete -t 2014.02.11\n\n* To cherry-pick a commit onto a tag:\n\n        python tagz.py -r mozilla/fireplace -c cherrypick -t 2014.02.11 -s b4dc0ffee\n\n* To remove a commit from a tag:\n\n        python tagz.py -r mozilla/fireplace -c revert -t 2014.02.11 -s b4dc0ffee\n\n\n## Authors\n\n[See list of authors.](https://github.com/cvan/tagz/blob/master/AUTHORS.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvan%2Ftagz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvan%2Ftagz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvan%2Ftagz/lists"}