{"id":17793680,"url":"https://github.com/andyexeter/bump_version","last_synced_at":"2025-08-01T08:33:57.483Z","repository":{"id":77655940,"uuid":"148623035","full_name":"andyexeter/bump_version","owner":"andyexeter","description":"Bash script to increment version numbers in multiple files","archived":false,"fork":false,"pushed_at":"2020-10-18T12:58:26.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T00:22:50.323Z","etag":null,"topics":["bash-script","bumpversion","shell-script","versioning"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/andyexeter.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,"publiccode":null,"codemeta":null}},"created_at":"2018-09-13T10:38:47.000Z","updated_at":"2022-05-24T19:51:41.000Z","dependencies_parsed_at":"2023-02-28T23:00:45.781Z","dependency_job_id":null,"html_url":"https://github.com/andyexeter/bump_version","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andyexeter/bump_version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fbump_version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fbump_version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fbump_version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fbump_version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyexeter","download_url":"https://codeload.github.com/andyexeter/bump_version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fbump_version/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268192592,"owners_count":24210541,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["bash-script","bumpversion","shell-script","versioning"],"created_at":"2024-10-27T11:12:04.226Z","updated_at":"2025-08-01T08:33:57.404Z","avatar_url":"https://github.com/andyexeter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bash script to increment version numbers in multiple files. \n\nThe script assumes the existence of a `package.json` file so should be used for JavaScript packages.\n\nInitially a [Gist](https://gist.github.com/andyexeter/da932c9644d832e3be6706d20d539ff7) I had created but has been\nconverted to a full repo so it can be cloned and used as a submodule for different projects.\n\n## Installation\n\nCopy `bump_files.sh.dist` to `bump_files.sh` and edit files to bump in the newly created file.\n\n## Usage \n\nIncrement a semver version part by one:\n\n```\n$ ./bump_version.sh \u003cmajor|minor|patch\u003e\n``` \n\nFine grained control:\n\n```\n$ ./bump_version.sh \u003cversion-from\u003e \u003cversion-to\u003e\n``` \n\n## Hooks\n\nAdd scripts to the hooks/prebump and hooks/postbump directories to have them executed before and after the version bump, respectively.\nHook scripts must have a .hook extension.\n\n## License\n\nReleased under the [MIT license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyexeter%2Fbump_version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyexeter%2Fbump_version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyexeter%2Fbump_version/lists"}