{"id":22826043,"url":"https://github.com/perbu/bump","last_synced_at":"2025-08-18T15:06:17.979Z","repository":{"id":266950117,"uuid":"886097630","full_name":"perbu/bump","owner":"perbu","description":"Version mgmt tool","archived":false,"fork":false,"pushed_at":"2024-12-07T08:02:29.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T05:42:33.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perbu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-10T07:22:46.000Z","updated_at":"2024-12-07T08:02:33.000Z","dependencies_parsed_at":"2024-12-07T08:18:52.795Z","dependency_job_id":"2d46cc9b-86a8-4e1f-ac65-9ff6e8f23add","html_url":"https://github.com/perbu/bump","commit_stats":null,"previous_names":["perbu/bump"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perbu","download_url":"https://codeload.github.com/perbu/bump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399818,"owners_count":20770905,"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-12-12T17:13:03.666Z","updated_at":"2025-03-31T00:26:56.677Z","avatar_url":"https://github.com/perbu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bump\n\nA simple tool to bump version numbers in git. Written as replacement for standard-version, which is deprecated.\n\n## Installation\n\n```sh\ngo install github.com/perbu/bump@latest\n```\n\n## What it does\n\nbump starts out by reading all the tags from git. It will discard everything that doesn't look like a version\nnumber (v1.2.3, 1.2.3, 1.2.3-alpha.1, etc). It will then sort the versions and pick the highest one. If there are no\ntags, it will fail.\n\nIt will then increment (\"bump\") the version number according to the command line arguments. If no arguments are given\nit will default to bumping the patch version.\n\nIt will then look for files name `.version`. If any such files are found in the repository their content will be\nreplaced with the new version number.\n\nThese files will then be added to git and committed with a message that includes the new version number. bump will try\nto access the ssh-agent to sign the commit.\n\nFinally, it will create a new tag in git with the bumped version number.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperbu%2Fbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fbump/lists"}