{"id":13673292,"url":"https://github.com/lucascaro/denoversion","last_synced_at":"2025-10-20T16:52:49.690Z","repository":{"id":62421404,"uuid":"170823071","full_name":"lucascaro/denoversion","owner":"lucascaro","description":"Deno cli to manage and bump release versions.","archived":false,"fork":false,"pushed_at":"2019-05-02T16:29:34.000Z","size":60,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T16:52:45.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lucascaro.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":"2019-02-15T07:47:43.000Z","updated_at":"2023-01-24T19:16:28.000Z","dependencies_parsed_at":"2022-11-01T17:31:56.294Z","dependency_job_id":null,"html_url":"https://github.com/lucascaro/denoversion","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/lucascaro/denoversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdenoversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdenoversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdenoversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdenoversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascaro","download_url":"https://codeload.github.com/lucascaro/denoversion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdenoversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280127559,"owners_count":26276931,"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-10-20T02:00:06.978Z","response_time":62,"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":[],"created_at":"2024-08-02T10:00:32.870Z","updated_at":"2025-10-20T16:52:49.606Z","avatar_url":"https://github.com/lucascaro.png","language":"TypeScript","readme":"# denoversion\n\nDeno cli to manage and bump release versions.\n\n`denoversion` helps you keep track of your project's [SemVer](https://semver.org/) version in a `VERSION` file, including creating and pushing git tags.\n\n## Installation\n\nInstall it as a local command via [denoget](https://github.com/syumai/deno-libs/tree/master/denoget):\n\n```bash\n$ denoget https://denopkg.com/lucascaro/denoversion.ts\n```\n\nor run it directly:\n\n```bash\n$ deno https://denopkg.com/lucascaro/denoversion.ts\n```\n\nIf you do not use `denoget` to install locally, replace `denoversion` below with `deno -A https://denopkg.com/lucascaro/denoversion.ts`\n\n## Usage\n\n`denoversion` has different subcommands: `init`, `current`, `set`, and `bump`.\n\n### `version`\n\n`denoversion version` as well as without arguments, `denoversion` shows it's own version.\n\n### `init`\n\nUse `denoversion init` to get started versioning your repository.\n\n```bash\n$ denoversion init 1.0.0\nv1.0.0\n```\n\nThis will create a file named `VERSION` containing your version string. The command will also create a new commit and tag with the version string.\n\nOptionally, you can pass `--push` to instruct the program to push changes to the configured git remote.\n\nThe command will not allow to initialize an already initialized directory, you can pass `-f` or `--force` to disable this safety check.\n\n### `current`\n\nRunning `denoversion current` will print the current version to the console.\n\n### `set`\n\nUse `denoversion set` to set the version manually.\n\n```\n$ denoversion set 1.2.3\nv1.2.3\n```\n\n### `bump`\n\nBumps the current version. It will also create a git commit and annotated tag. Run with `--push` to also push the changes to your configured remote and create a release.\n\nBy default `denoversion bump` will bump the `patch` (3rd) number in the version. You can pass another argument to specify which segment to bump:\n\n```\n$ denoversion current\nv1.2.3\n$ denoversion bump\nv1.2.4\n$ denoversion bump patch\nv1.2.5\n$ denoversion bump minor\nv1.3.0\n$ denoversion bump major\nv2.0.0\n```\n\n## Feedback\n\nIf you have comments, feature requests, or have found a bug, leave an issue in the issue tracker!\n","funding_links":[],"categories":["基础设施","Uncategorized","Tools"],"sub_categories":["JAM Stack/静态站点","Uncategorized","Online Playgrounds","XML","Assistants"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaro%2Fdenoversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascaro%2Fdenoversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaro%2Fdenoversion/lists"}