{"id":34507591,"url":"https://github.com/janalis/bumpversion","last_synced_at":"2026-05-31T19:31:14.139Z","repository":{"id":56996323,"uuid":"194837987","full_name":"janalis/bumpversion","owner":"janalis","description":"A small command line tool aiming to simplify releasing process by updating all version strings in your source code by the correct increment.","archived":false,"fork":false,"pushed_at":"2019-07-02T10:13:13.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T13:56:56.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/janalis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-02T10:00:47.000Z","updated_at":"2019-07-02T10:13:14.000Z","dependencies_parsed_at":"2022-08-21T14:10:31.684Z","dependency_job_id":null,"html_url":"https://github.com/janalis/bumpversion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/janalis/bumpversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fbumpversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fbumpversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fbumpversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fbumpversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janalis","download_url":"https://codeload.github.com/janalis/bumpversion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fbumpversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33746506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-24T03:05:51.109Z","updated_at":"2026-05-31T19:31:14.130Z","avatar_url":"https://github.com/janalis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bumpversion\n\nA small command line tool aiming to simplify releasing process by updating all version strings in your source code by the correct increment.\n\n## Installation\n\nRequire package with composer:\n```bash\n$ composer require --dev janalis/bumpversion\n```\n\nCreate a configuration file:\n```bash\n$ bin/bumpversion init\n```\n\nThis creates a configuration file `bumpversion.yaml`\n\n## Use\n\n### Bump version:\n```bash\n$ bin/bumpversion bump --type=patch\n```\ntype must be one of `patch`, `minor` or `major`\n\nThis increments patch number of version.\n\n### Bump version with a pre-release identifier:\n```bash\n$ bin/bumpversion bump --type=major --pre-release=alpha\n```\n\nThis increments major number of version and adds a `-alpha.1` suffix to version.\n\n### Bump version with a custom configuration file:\n```bash\n$ bin/bumpversion bump --configuration=~/bumpversion.yaml\n```\n\nThis reads configuration from `~/bumversion.yaml`.\n\n## Alternatives\n\n* [peritus/bumpversion](https://pypi.org/project/bumpversion/) Original program that inspired this project\n* [quazardous/php-bump-version](https://github.com/quazardous/php-bump-version) An other php version bumper\n\n## Contribute\n\nThis project uses [symfony coding standard](https://symfony.com/doc/current/contributing/code/standards.html).\n\nContributions are welcomed!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanalis%2Fbumpversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanalis%2Fbumpversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanalis%2Fbumpversion/lists"}