{"id":24658419,"url":"https://github.com/swingdev/git-release-tagger","last_synced_at":"2026-05-20T07:02:51.698Z","repository":{"id":57434779,"uuid":"47022711","full_name":"SwingDev/git-release-tagger","owner":"SwingDev","description":"Small CLI utility to enable the CI environment to communicate the deployment progress through the use of git tags.","archived":false,"fork":false,"pushed_at":"2016-03-09T13:06:10.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T01:35:18.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SwingDev.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","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":"2015-11-28T12:31:05.000Z","updated_at":"2022-10-09T22:10:58.000Z","dependencies_parsed_at":"2022-09-10T01:50:44.184Z","dependency_job_id":null,"html_url":"https://github.com/SwingDev/git-release-tagger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwingDev%2Fgit-release-tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwingDev%2Fgit-release-tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwingDev%2Fgit-release-tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwingDev%2Fgit-release-tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwingDev","download_url":"https://codeload.github.com/SwingDev/git-release-tagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739963,"owners_count":20501992,"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":"2025-01-26T01:35:20.176Z","updated_at":"2026-05-20T07:02:51.586Z","avatar_url":"https://github.com/SwingDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================\n git-release-tagger\n====================\n-----------------------------------------------\n by `Swing Development \u003chttp://swingdev.io/\u003e`_\n-----------------------------------------------\n\n.. image:: https://img.shields.io/pypi/v/git-release-tagger.svg\n    :target: https://pypi.python.org/pypi/git-release-tagger\n\n.. image:: https://img.shields.io/pypi/dm/git-release-tagger.svg\n        :target: https://pypi.python.org/pypi/git-release-tagger\n\n\nSmall CLI utility to enable the CI environment to communicate the deployment progress through the use of git tags.\n\nInstallation\n=============\n\n.. code-block:: bash\n\n    $ pip install git-release-tagger\n\nUsage\n=============\n\n.. code-block:: bash\n\n  $ tag-release [-h] [-t TRIGGER] [-v] [-m MESSAGE]\n                 prefix {pending,deploying,failed,success}\n\nPrefix is self explanatory.\n\nIf the release was triggered by a tag (like '*release*') - use the **--trigger** option to have the tagger remove it automatically.\nThis enables the user to retry a failed deployment just by tagging the same commit again.\n\nUse **-m** to add a message to the commit. For example - a link to the build status on Jenkins / TeamCity / other CI.\n\nExamples\n=============\n\n.. code-block:: bash\n\n  $ tag-release production pending\n\nwill remove tags:\n - 'production_pending',\n - 'production_deploying',\n - 'production_failed',\n - 'production_success'\n\nwill add tags:\n - 'production_pending'\n\n\n.. code-block:: bash\n\n  $ tag-release production success\n\nwill remove tags:\n - 'production_pending',\n - 'production_deploying',\n - 'production_failed',\n - 'production_success'\n\nwill add tags:\n - 'production_success'\n - 'production_success_2015-11-02_16_34_26'\n\n\n.. code-block:: bash\n\n  $ tag-release -t production production success\n\nwill remove tags:\n - 'production'\n - 'production_pending',\n - 'production_deploying',\n - 'production_failed',\n - 'production_success'\n\nwill add tags:\n - 'production_success'\n - 'production_success_2015-11-02_16_34_26'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswingdev%2Fgit-release-tagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswingdev%2Fgit-release-tagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswingdev%2Fgit-release-tagger/lists"}