{"id":21731725,"url":"https://github.com/marcuswhybrow/gitbump","last_synced_at":"2025-03-20T23:43:07.372Z","repository":{"id":10319823,"uuid":"12447374","full_name":"marcuswhybrow/gitbump","owner":"marcuswhybrow","description":"Bumps your git version tag by major, minor or patch incrementally.","archived":false,"fork":false,"pushed_at":"2016-04-15T17:47:57.000Z","size":2,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-25T20:26:36.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ChenglongChen/Kaggle_HomeDepot","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcuswhybrow.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-08-29T00:06:55.000Z","updated_at":"2019-07-06T10:54:47.000Z","dependencies_parsed_at":"2022-07-21T16:02:17.887Z","dependency_job_id":null,"html_url":"https://github.com/marcuswhybrow/gitbump","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/marcuswhybrow%2Fgitbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuswhybrow%2Fgitbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuswhybrow%2Fgitbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuswhybrow%2Fgitbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcuswhybrow","download_url":"https://codeload.github.com/marcuswhybrow/gitbump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711938,"owners_count":20497417,"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-11-26T04:27:13.232Z","updated_at":"2025-03-20T23:43:07.354Z","avatar_url":"https://github.com/marcuswhybrow.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitbump\n\nSometimes one needs a tag that always points to the same commit as your latest release tag. Bumping a version number is therefore a pain. `gitbump` increments the major, minor or patch number by one and updates a `latest` tag too.\n\n### Install it!\n\n    sudo wget -O /usr/local/bin/gitbump http://git.io/rnTHRQ\n\n### Give gitbump What it Wants\n\n`gitbump` expects two things: A tag in the [semver](http://semver.org/) format (ex: `1.25.3`) and a tag `latest` that points to the same commit as your latest version tag. To set this up first time you can do:\n\n    git tag -a 0.0.0 -m \"Version 0.0.0\"\n    git tag -a latest -m \"Latest recommended version (0.0.0)\"\n\n### Usage\n\n    gitbump          # Bump the patch version (right most number)\n    gitbump patch    # Same as before (the explicit approach)\n    gitbump minor    # Bump the minor version (the middle number)\n    gitbump major    # Bump the major version (yup: the left most number)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcuswhybrow%2Fgitbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcuswhybrow%2Fgitbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcuswhybrow%2Fgitbump/lists"}