{"id":20692657,"url":"https://github.com/kevingimbel/bump","last_synced_at":"2026-05-26T20:31:11.675Z","repository":{"id":68322106,"uuid":"70042959","full_name":"KevinGimbel/bump","owner":"KevinGimbel","description":"💻 📝  Quickly create bump messages.","archived":false,"fork":false,"pushed_at":"2017-02-23T17:03:41.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T01:44:24.795Z","etag":null,"topics":["bump","bump-messages","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinGimbel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-10-05T08:37:56.000Z","updated_at":"2017-02-09T07:13:56.000Z","dependencies_parsed_at":"2023-02-22T23:01:33.765Z","dependency_job_id":null,"html_url":"https://github.com/KevinGimbel/bump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinGimbel/bump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinGimbel","download_url":"https://codeload.github.com/KevinGimbel/bump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fbump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33538659,"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":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"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":["bump","bump-messages","shell-script"],"created_at":"2024-11-16T23:23:26.726Z","updated_at":"2026-05-26T20:31:11.659Z","avatar_url":"https://github.com/KevinGimbel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bump.sh\n#### Quickly create bump messages inside a `bump.txt` file in the current directory.\n\n### Installation\n\nClone this repository to your local machine, make `bump.sh` executable and create a symlink to some place inside your `$PATH`.\n\nIn this example I clone the repository into `~/bin/source/`.\n\n```sh\n# go to the target directory\n$ cd ~/bin/source\n# clone the repository\n$ git clone https://github.com/kevingimbel/bump.git\n# navigate into the new directory\n$ cd bump\n# make it executable\n$ chmod +x bump.sh\n# link it to a variable inside your path, e.g. /usr/local/bin\n$ (sudo) ln -s $(pwd)/bump.sh /usr/local/bin/bump\n```\n\n### Update\n\nGo into the bump git directory, e.g. `~/bin/source/bump` when following the guide above, and run `git pull origin master`.\n\n### Usage\n```\nsage: bump [options] Message\nWrite a bump text to bump.txt\n\nOptions:\n    -u,--usage      Show usage message\n    -h,--help       Show help\n    -v,--version    Show version and author info\n    -g, --git       add all changes to git and create commit message\n```\n\n### Example\n\n```\n$ bump \"Your bump message\"\n```\n\nThe above command will create (or write to)  a `bump.txt` file in the current\ndirectory with your bump message and the date in the format [MM/DD/YYYY]. That's\nit.\n\n**Note** The last parameter is always assumed to be the message unless you\nspecifiy it with `-m`. If you write\n\n```sh\n$ bump \"a message\" -g\n```\n\nthe message will be `-g`.\n\n### Advanced\n\nYou can set an environmental variable named `_bump_default_git` which is written in front of your git commit message when using the `-g` flag. Choose the way to set the variable that best suites your needs.\n\n#### inline\n\n```\n$ export _bump_default_git=\"[WIP]\" \u0026\u0026 bump -g \"Testing things\"\n```\n\n#### `.bashrc`, `.zshrc`, or any other runtime file used by your terminal\n\n```\n# inside ~/.zshrc\nexport _bump_default_git=\"[DEV]\"\n```\nThe default set inside the script is `[BUMP]`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Fbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevingimbel%2Fbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Fbump/lists"}