{"id":20936201,"url":"https://github.com/jontze/conventional-versioning","last_synced_at":"2026-03-03T22:02:56.005Z","repository":{"id":180540444,"uuid":"665303265","full_name":"jontze/conventional-versioning","owner":"jontze","description":"A CLI tool that suggests the next version for you by analyzing the conventional commit history of your project.","archived":false,"fork":false,"pushed_at":"2026-02-04T06:16:25.000Z","size":674,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T11:34:44.317Z","etag":null,"topics":["cargo","conventional-commit","conventional-commits","node","semver","semver-convention","versioning"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jontze.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-11T23:02:25.000Z","updated_at":"2026-02-03T22:53:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbafce4a-c90d-4ac7-9d93-d8df8865ff61","html_url":"https://github.com/jontze/conventional-versioning","commit_stats":null,"previous_names":["jontze/conventional-versioning"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/jontze/conventional-versioning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fconventional-versioning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fconventional-versioning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fconventional-versioning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fconventional-versioning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jontze","download_url":"https://codeload.github.com/jontze/conventional-versioning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jontze%2Fconventional-versioning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29134201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T20:50:26.975Z","status":"ssl_error","status_checked_at":"2026-02-05T20:49:26.082Z","response_time":65,"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":["cargo","conventional-commit","conventional-commits","node","semver","semver-convention","versioning"],"created_at":"2024-11-18T22:18:19.634Z","updated_at":"2026-02-05T21:01:32.392Z","avatar_url":"https://github.com/jontze.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conventional Versioning\n\n[![Main](https://github.com/jontze/conventional-versioning/actions/workflows/main.yml/badge.svg?branch=main\u0026event=push)](https://github.com/jontze/conventional-versioning/actions/workflows/main.yml)\n\nConventional Versioning is a tool for automatically generating version numbers\nbased on the [Conventional Commits](https://www.conventionalcommits.org/)\nspecification. It uses the commit messages in your Git repository and your\nlatest tag to determine the next version number according to the\n[Semantic Versioning](https://semver.org/) specification.\n\n## Installation\n\nThere are various ways to install Conventional Versioning. The easiest way is to\ninstall it using\n[Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)\ndirectly from the git repository:\n\n```sh\ncargo install --git https://github.com/jontze/conventional-versioning\n```\n\nAlternatively, you can install it from the GitHub releases page (replace\n`VERSION` with the version you want to install):\n\n```sh\ncurl -L https://github.com/jontze/conventional-versioning/releases/download/VERSION/conventional-versioning-VERSION-x86_64-unknown-linux-musl.tar.gz | tar -xz\n```\n\n## Usage\n\nTo use Conventional Versioning, you can run the following command in your Git\nrepository:\n\n```sh\nconventional-versioning\n```\n\nThis will determine the next version number based on the **commit messages** in\nyour repository and the latest **git tag**, and output it to stdout. You can\ndecide on various options to customize the output.\n\n_Call the `--help` argument for more information._\n\n```sh\nUsage: conventional-versioning [OPTIONS]\n\nOptions:\n  -r, --repo \u003cREPO\u003e                Path to the repository. Default is the current directory [env: CONVENTIONAL_VERSIONING_REPO=]\n  -c, --config \u003cCONFIG\u003e            Path to the configuration file. By default, the OS specific user configuration directories are checked. WARNING: If you use the `--config` option, all other args will be ignored, besides `--repo` [env: CONVENTIONAL_VERSIONING_CONFIG=]\n  -k, --kind \u003cKIND\u003e                SemVer kind. Default is the Node SemVer variant [env: CONVENTIONAL_VERSIONING_KIND=] [default: node] [possible values: node, cargo]\n  -o, --out \u003cOUT\u003e                  Output format. Default is the human readable format [env: CONVENTIONAL_VERSIONING_OUTPUT=] [default: human] [possible values: human, plain, json, yaml, yml, toml]\n  -p, --patch-scope \u003cPATCH_SCOPE\u003e  Commit scopes that cause a patch version bump [env: CONVENTIONAL_VERSIONING_PATCH=]\n  -m, --minor-scope \u003cMINOR_SCOPE\u003e  Commit scopes that cause a minor version bump [env: CONVENTIONAL_VERSIONING_MINOR=]\n  -M, --major-scope \u003cMAJOR_SCOPE\u003e  Commit scopes that cause a major version bump [env: CONVENTIONAL_VERSIONING_MAJOR=]\n  -h, --help                       Print help\n  -V, --version                    Print version\n```\n\n## Configuration\n\nYou can also provide a configuration via yaml file with the `--config` option.\nBe aware that all other CLI options beside of `--repo` will be ignored if you\nuse the `--config` option.\n\n**The configuration file should look like this:**\n\n```yaml\n---\n# Configuration for conventional-versioning\nkind: Node # Node | Cargo\noutput: Plain # Human | Plain | Json | Yaml | Yml | Toml\nprefixes:\n  patch:\n    - \"fix\" # e.g. fix: ... | fix(scope): ...\n    - \"patch\"\n    - \"chore\"\n    - \"...\"\n  minor:\n    - \"feat\"\n    - \"...\"\n  major: \n    # Commits with a \"!\" or \"BREAKING CHANGE:\"\n    # will always be considered  as a major change\n    - \"breaking\"\n    - \"major\"\n    - \"...\"\n```\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjontze%2Fconventional-versioning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjontze%2Fconventional-versioning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjontze%2Fconventional-versioning/lists"}