{"id":22168714,"url":"https://github.com/kellnerd/deno-bump","last_synced_at":"2025-03-24T16:58:09.555Z","repository":{"id":265512145,"uuid":"896154844","full_name":"kellnerd/deno-bump","owner":"kellnerd","description":"Deno CLI to bump the version of the package in the current directory","archived":false,"fork":false,"pushed_at":"2024-11-29T17:41:59.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T00:07:54.745Z","etag":null,"topics":["bump-version","deno"],"latest_commit_sha":null,"homepage":"https://jsr.io/@kellnerd/bump","language":"TypeScript","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/kellnerd.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":"2024-11-29T16:54:34.000Z","updated_at":"2024-11-29T17:41:37.000Z","dependencies_parsed_at":"2024-11-29T18:32:29.903Z","dependency_job_id":null,"html_url":"https://github.com/kellnerd/deno-bump","commit_stats":null,"previous_names":["kellnerd/deno-bump"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnerd%2Fdeno-bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnerd%2Fdeno-bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnerd%2Fdeno-bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnerd%2Fdeno-bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kellnerd","download_url":"https://codeload.github.com/kellnerd/deno-bump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245315289,"owners_count":20595216,"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-version","deno"],"created_at":"2024-12-02T06:24:59.828Z","updated_at":"2025-03-24T16:58:09.533Z","avatar_url":"https://github.com/kellnerd.png","language":"TypeScript","readme":"# bump\n\nDeno CLI to increment the semantic version of the package in the current directory.\n\nBumps the patch version, unless a version step (minor, major) is specified.\n\nTry it out in a directory with a `deno.json` file, it will ask for the necessary permissions:\n\n```sh\ndeno run jsr:@kellnerd/bump\n```\n\nOptionally it can create a git commit with the package file changes and/or a tag.  \nSee the integrated help to learn more:\n\n```sh\ndeno run jsr:@kellnerd/bump --help\n```\n\n## Setup\n\nInstall the CLI with the permissions you need, for example:\n\n```sh\ndeno install --global --allow-read=deno.json --allow-write=deno.json --allow-run=git jsr:@kellnerd/bump\n```\n\nNow you can use it by simply executing `bump`.\n\n## Usage Examples\n\nIncrement the minor version in `deno.json`:\n\n```sh\nbump minor\n```\n\nAlternatively you can also increment the major version or the patch version. \n\nExplicitly specify the JSON package file which should be updated:\n\n```sh\nbump --file jsr.json\n```\n\nAutomatically commit the changed `deno.json` file using a conventional commit message:\n\n```sh\nbump patch --commit \"chore: Release version \"\n```\n\nAdditionally create a tag with a version prefix:\n\n```sh\nbump major --commit \"chore: Release version \" --tag v\n```\n\nIf the previous version was `1.2.3`, the new version will be `2.0.0`.\nA commit with the message `chore: Release version 2.0.0` will be created and tagged as `v2.0.0`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellnerd%2Fdeno-bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkellnerd%2Fdeno-bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellnerd%2Fdeno-bump/lists"}