{"id":41892204,"url":"https://github.com/playmean/semverity","last_synced_at":"2026-01-25T14:10:04.038Z","repository":{"id":57689099,"uuid":"476881977","full_name":"playmean/semverity","owner":"playmean","description":"Easy way to bump version \\w conventional commits","archived":false,"fork":false,"pushed_at":"2025-06-20T11:02:55.000Z","size":282,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T15:46:38.619Z","etag":null,"topics":["conventional-commits","semantic-version","version-bump","zero-config"],"latest_commit_sha":null,"homepage":"","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/playmean.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,"zenodo":null}},"created_at":"2022-04-01T22:12:05.000Z","updated_at":"2025-06-20T11:02:29.000Z","dependencies_parsed_at":"2025-06-20T11:27:09.269Z","dependency_job_id":"0e43bcf9-3aa0-47ad-9219-b4ade58462df","html_url":"https://github.com/playmean/semverity","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/playmean/semverity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playmean%2Fsemverity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playmean%2Fsemverity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playmean%2Fsemverity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playmean%2Fsemverity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playmean","download_url":"https://codeload.github.com/playmean/semverity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playmean%2Fsemverity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: 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":["conventional-commits","semantic-version","version-bump","zero-config"],"created_at":"2026-01-25T14:10:03.305Z","updated_at":"2026-01-25T14:10:03.963Z","avatar_url":"https://github.com/playmean.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semverity\n\n[![npm version](https://img.shields.io/npm/v/semverity)](https://www.npmjs.com/package/semverity)\n\nzero-config tool for semantic version bump from git conventional commits history\n\n# Installation\n\nInstall globally:\n\n```sh\nnpm i -g semverity\n```\n\nOr run with [npx](https://docs.npmjs.com/cli/v8/commands/npx):\n\n```sh\nnpx semverity\n```\n\n# Usage\n\nBump version from git [conventional commits](https://www.conventionalcommits.org) history:\n\n```sh\nsemverity bump [semver]\n```\n\nPass **semver** positional argument if you want to offset version.\n\nBump and patch files with new version:\n\n```sh\nsemverity patch [semver]\n```\n\n# Examples\n\nYour package have version is `0.0.1` and commit `feat: some feature` with sha `1234abcd`:\n\n```sh\nsemverity patch\n\ncat package.json # and package-lock.json pathed by default\n{\n    ...\n    \"version\": \"0.1.0+sha.1234abcd\",\n    ...\n}\n```\n\nYou can specify custom list of files (and dot-notated comma-separated object paths to be patched after **:** symbol):\n\n```sh\nsemverity patch --files package.json package-lock.json:version,packages..version info.json:meta.version copyright.txt\n```\n\nIt will also replace all previous `*0.0.1*` strings into `0.1.0+sha.1234abcd` in copyright.txt because it's not json-parseable.\nYou can also pass `meta.json:` with empty path to `.replaceAll()` with new version.\n\nTo automatically commit patched files with `bump: 0.1.0+sha.1234abcd` use:\n\n```sh\nsemverity patch --commit bump\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaymean%2Fsemverity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaymean%2Fsemverity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaymean%2Fsemverity/lists"}