{"id":16688124,"url":"https://github.com/dlanileonardo/bumpversion","last_synced_at":"2025-03-21T18:33:37.355Z","repository":{"id":8207588,"uuid":"42696352","full_name":"dlanileonardo/bumpversion","owner":"dlanileonardo","description":"Gem Bumpversion based on python bumpversion.","archived":false,"fork":false,"pushed_at":"2025-03-13T19:36:26.000Z","size":127,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T04:12:31.176Z","etag":null,"topics":["bump","bumpversion","command-line","gem","version-manager"],"latest_commit_sha":null,"homepage":"http://dlanileonardo.github.io/bumpversion","language":"Ruby","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/dlanileonardo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-09-18T03:05:49.000Z","updated_at":"2024-11-29T17:00:09.000Z","dependencies_parsed_at":"2024-10-28T11:29:45.611Z","dependency_job_id":"eece4ee0-ddaa-407e-b0e2-fd59b87bdc5f","html_url":"https://github.com/dlanileonardo/bumpversion","commit_stats":{"total_commits":67,"total_committers":5,"mean_commits":13.4,"dds":0.4626865671641791,"last_synced_commit":"88c15d2a229c46f5ccb10c4fe497e574724de13e"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlanileonardo%2Fbumpversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlanileonardo%2Fbumpversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlanileonardo%2Fbumpversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlanileonardo%2Fbumpversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlanileonardo","download_url":"https://codeload.github.com/dlanileonardo/bumpversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849742,"owners_count":20520778,"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":["bump","bumpversion","command-line","gem","version-manager"],"created_at":"2024-10-12T15:26:57.592Z","updated_at":"2025-03-21T18:33:37.024Z","avatar_url":"https://github.com/dlanileonardo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bumpversion\n\nSimple command to Bump version your project in shell.\n\n- Bump multiple files version in your project\n- Git operations like commit, tag and push\n- Customizables Hooks\n\n# Screencast\n\n[![asciicast](docs/demo.svg)]()\n\n# Code Status\n\nService | Status\n--------|----------\nGems Version|[![Gem](https://img.shields.io/gem/v/bumpversion.svg?maxAge=2592000\u0026style=flat-square)](http://badge.fury.io/rb/bumpversion)\nBuild Status|[![CI](https://github.com/dlanileonardo/bumpversion/workflows/CI/badge.svg)](https://github.com/dlanileonardo/bumpversion/actions?query=workflow%3ACI)\n\n## Installation\n\n    $ gem install bumpversion\n\n## Usage\n\n1. Create .bumpversion.cfg file in project root folder.\n\n  Example:\n\n  ```\n  [bumpversion]\n  current-version=33.0.2\n  pre-commit-hooks=github_changelog_generator --future-release %{new_version}\n  git-extra-add=CHANGELOG.md\n  git-commit=yes\n  git-tag=yes\n  git-push=yes\n  ```\n\n2. Run command with argument [major, minor, patch]:\n\n  ```\n  $ bumpversion --part patch\n  ```\n\n3. Enjoy\n\n## Options\n\nOptions can be passed in arguments with -- or in .cfg file wihout --.\n\nOption|Description\n--------|----------\npart|The part of the version to increase, [major, minor, patch] (default: minor)\nfile|The file that will be modified can be multi-files separated by comma. \u003cbr /\u003e Example: VERSION, GEMNAME.gemspec, version.rb (Default: VERSION)\nconfig-file|The file contains config this program (default: .bumpversion.cfg)\ncurrent-version|The current version of the software package before bumping\nnew-version| The version of the software package after the increment. \u003cbr /\u003e If not given will be automatically determined.\ngit-commit|Whether to create a commit using Git.\ngit-tag|Whether to create a tag, that is the new version, prefixed with the character \"v\". If you are using git\ngit-push|Pushes Tags and Commit to origin Git\ngit-user|Name from User to Create Commit (default: Auto Bump)\ngit-email|Email from User to Create Email (default: auto@bump.io)\ngit-extra-add|Extra files to add in git commit (default: )\npre-commit-hooks|Call sh commands before commits after Bumpversion separated by ;\npos-commit-hooks|Call sh commands after commits separated by ;\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlanileonardo%2Fbumpversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlanileonardo%2Fbumpversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlanileonardo%2Fbumpversion/lists"}