{"id":16259807,"url":"https://github.com/guilhem/bump","last_synced_at":"2025-03-16T13:31:06.052Z","repository":{"id":43817306,"uuid":"218101343","full_name":"guilhem/bump","owner":"guilhem","description":"CLI to bump version tag in a git repository following semver","archived":false,"fork":false,"pushed_at":"2024-04-19T12:51:52.000Z","size":129,"stargazers_count":25,"open_issues_count":8,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T09:37:55.457Z","etag":null,"topics":["git","hacktoberfest","semantic-versioning","semver","version","versioning"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guilhem.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-10-28T17:01:15.000Z","updated_at":"2024-09-04T18:14:14.000Z","dependencies_parsed_at":"2024-04-19T14:09:30.134Z","dependency_job_id":null,"html_url":"https://github.com/guilhem/bump","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.09090909090909094,"last_synced_commit":"d51636c4da06053ec7b1e3b6fba8f68f0ecffde1"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilhem","download_url":"https://codeload.github.com/guilhem/bump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243815609,"owners_count":20352196,"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":["git","hacktoberfest","semantic-versioning","semver","version","versioning"],"created_at":"2024-10-10T16:05:07.408Z","updated_at":"2025-03-16T13:31:05.748Z","avatar_url":"https://github.com/guilhem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `bump`\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/guilhem/bump)\n[![bump](https://snapcraft.io/bump/badge.svg)](https://snapcraft.io/bump)\n\nCommand-line to bump version in a git repository\n\n## Install\n\n### [Snap](https://snapcraft.io/)\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/bump)\n\n```sh\n$ snap install bump\n```\n\n### [Homebrew](https://brew.sh/)\n\n```sh\n$ brew install guilhem/homebrew-tap/bump\n```\n\n### [Go get](https://golang.org/pkg/cmd/go/internal/get/)\n\n```sh\n$ go get github.com/guilhem/bump\n```\n\n## Usage\n\n### Help\n\n```sh\n$ bump --help\nBump version\n\nUsage:\n  bump [command]\n\nAvailable Commands:\n  help        Help about any command\n  major       Bump major version\n  minor       Bump minor\n  patch       Bump patch\n\nFlags:\n      --allow-dirty     allow usage of bump on dirty git\n      --dry-run         Don't touch git repository\n  -h, --help            help for bump\n      --latest-tag      use latest tag, prompt tags if false (default true)\n  -t, --toggle          Help message for toggle\n\nUse \"bump [command] --help\" for more information about a command.\n```\n\n### Major\n\n```sh\n$ git tag\n1.1.1\n$ bump major\n$ git tag\n1.1.1\n2.0.0\n```\n\n### Minor\n\n```sh\n$ git tag \nv1.1.1\n$ bump minor\n$ git tag\nv1.1.1\nv1.2.0\n```\n\n### Patch\n\n```sh\n$ git tag\n1.1.1\n$ bump patch\n$ git tag\n1.1.1\n1.1.2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Fbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilhem%2Fbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Fbump/lists"}