{"id":17914185,"url":"https://github.com/knadh/gtbump","last_synced_at":"2025-10-04T01:45:24.728Z","repository":{"id":36400397,"uuid":"224155815","full_name":"knadh/gtbump","owner":"knadh","description":"git tag bump: A simple utility to bump and manage git semantic version tags and generate Markdown changelogs.","archived":false,"fork":false,"pushed_at":"2022-08-21T03:05:45.000Z","size":15,"stargazers_count":20,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T00:17:58.927Z","etag":null,"topics":["changelog","changelog-generator","git","semantic-version","version-control","versioning"],"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/knadh.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":"2019-11-26T09:44:35.000Z","updated_at":"2024-03-10T04:35:23.000Z","dependencies_parsed_at":"2022-07-29T00:38:12.623Z","dependency_job_id":null,"html_url":"https://github.com/knadh/gtbump","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fgtbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fgtbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fgtbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fgtbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knadh","download_url":"https://codeload.github.com/knadh/gtbump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245186438,"owners_count":20574551,"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":["changelog","changelog-generator","git","semantic-version","version-control","versioning"],"created_at":"2024-10-28T19:56:40.997Z","updated_at":"2025-10-04T01:45:19.665Z","avatar_url":"https://github.com/knadh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://zerodha.tech\"\u003e\u003cimg src=\"https://zerodha.tech/static/images/github-badge.svg\" align=\"right\" /\u003e\u003c/a\u003e\n\n# gtbump\ngit tag bump: A simple utility to bump and manage semver git tags and generate Markdown changelogs.\n\n## Install\n```shell\npip install gtbump\n```\n\n### Usage\n```shell\n# cd to your git repo.\n\n# see the last tag.\n$ gtbump --show\nno tags found. Run --init to add v0.1.0\n\n# add a tag for the first time.\n$ gtbump --init\nbumped v0.0.0 -\u003e v0.1.0\n\n# bump major | minor | patch\n$ gtbump --minor\nbumped v0.1.0 -\u003e v0.2.0\n\n$ gtbump --major\nbumped v0.2.0 -\u003e v1.2.0\n\n# delete the last tag\n$ gtbump --delete-last\ndeleted v1.2.0\n\n# push the last tag upstream(or --push-last=your_remote_name)\n$ gtbump --push-last\npushing v0.3.0 to origin\n\n# generate changelog for the latest tag. This can be copy-pasted into GitHub's release description.\n$ gtbump --changelog\nchangelog for v1.0.0 -\u003e v1.1.0\n- b361292 Display app version the settings UI\n- a3b285f Fix Buefy number input width\n- 63520d2 Merge pull request #388 from dunklesToast/chore/update-german-translations\n- 3abac31 chore(translations): improve german translations\n- 3ecac76 Fix Vue linting issue\n```\n\nCheck `gtbump --help` for more options.\n\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknadh%2Fgtbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknadh%2Fgtbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknadh%2Fgtbump/lists"}