{"id":36996290,"url":"https://github.com/subitolabs/bump-bundle","last_synced_at":"2026-01-13T23:48:39.013Z","repository":{"id":57060940,"uuid":"109186714","full_name":"subitolabs/bump-bundle","owner":"subitolabs","description":"Symfony bundle to deal with project (git) versioning and changelog.","archived":false,"fork":false,"pushed_at":"2018-03-05T15:25:19.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-22T12:27:12.560Z","etag":null,"topics":["changelog","ci-cd","git","semver","symfony-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/subitolabs.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":"2017-11-01T21:39:03.000Z","updated_at":"2017-11-01T21:48:47.000Z","dependencies_parsed_at":"2022-08-24T14:53:42.210Z","dependency_job_id":null,"html_url":"https://github.com/subitolabs/bump-bundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/subitolabs/bump-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subitolabs%2Fbump-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subitolabs%2Fbump-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subitolabs%2Fbump-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subitolabs%2Fbump-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subitolabs","download_url":"https://codeload.github.com/subitolabs/bump-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subitolabs%2Fbump-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["changelog","ci-cd","git","semver","symfony-bundle"],"created_at":"2026-01-13T23:48:38.920Z","updated_at":"2026-01-13T23:48:39.001Z","avatar_url":"https://github.com/subitolabs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SubitolabsBumpBundle\n======================\n\nSymfony bundle to deal with project (git) versioning and changelog. Respect semantic versioning.\n\nInstallation\n------------\n\nRequire [`subitolabs/bump-bundle`](https://packagist.org/packages/subitolabs/bump-bundle)\nto your `composer.json` file:\n\n\n```json\n{\n    \"require\": {\n        \"subitolabs/bump-bundle\": \"~1.0\"\n    }\n}\n```\n\nRegister the bundle in `app/AppKernel.php`:\n\n```php\n// app/AppKernel.php\npublic function registerBundles()\n{\n    $bundles[] = new Subitolabs\\Bundle\\BumpBundle\\SubitolabsBumpBundle();\n}\n```\n\nConsole Command\n---------------\n\n### bump\n\n```\nUsage:\n  subitolabs:bump [options] [--] \u003cenv\u003e [\u003cposition\u003e]\n\nArguments:\n  env                          Environment\n  position                     Position to increment: 0=nothing(default), 1=MAJOR, 2=MINOR, 3=PATCH [default: 0]\n\nOptions:\n      --dry-run                Set to not alter data and git something\n      --message[=MESSAGE]      Tag message [default: \"Bump to {{tag}} with Subitolabs bump bundle\"]\n      --tag[=TAG]              How tag is made [default: \"{{env}}-{{version}}\"]\n      --file[=FILE]            File to write version info (JSON encoded) [default: \"./app/config/version.yml\"]\n      --changelog[=CHANGELOG]  CHANGELOG.md path [default: \"./CHANGELOG.md\"]\n  -h, --help                   Display this help message\n  -q, --quiet                  Do not output any message\n  -V, --version                Display this application version\n      --ansi                   Force ANSI output\n      --no-ansi                Disable ANSI output\n  -n, --no-interaction         Do not ask any interactive question\n  -e, --env=ENV                The environment name [default: \"dev\"]\n      --no-debug               Switches off debug mode\n  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n\nHelp:\n  Bump version according semantic versioning (http://semver.org/) - create git tag.\n```\n\n### changelog\n\n```\nUsage:\n  subitolabs:changelog [options]\n\nOptions:\n      --changelog[=CHANGELOG]  CHANGELOG.md path [default: \"./CHANGELOG.md\"]\n  -h, --help                   Display this help message\n  -q, --quiet                  Do not output any message\n  -V, --version                Display this application version\n      --ansi                   Force ANSI output\n      --no-ansi                Disable ANSI output\n  -n, --no-interaction         Do not ask any interactive question\n  -e, --env=ENV                The environment name [default: \"dev\"]\n      --no-debug               Switches off debug mode\n  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n\nHelp:\n  Write full changelog based on git tags and git logs.\n```\n\nConfiguration\n-------------\n\nNothing to configure.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubitolabs%2Fbump-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubitolabs%2Fbump-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubitolabs%2Fbump-bundle/lists"}