{"id":27201117,"url":"https://github.com/gregl83/monover","last_synced_at":"2025-08-31T10:40:29.446Z","repository":{"id":167496209,"uuid":"643124102","full_name":"gregl83/monover","owner":"gregl83","description":"Blazing fast intelligent monorepo continuous integration versioning.","archived":false,"fork":false,"pushed_at":"2023-07-13T04:43:23.000Z","size":70,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T21:55:12.256Z","etag":null,"topics":["automation","monorepo","semver","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/gregl83.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":"2023-05-20T07:07:53.000Z","updated_at":"2023-07-18T09:28:37.000Z","dependencies_parsed_at":"2025-04-09T21:55:15.965Z","dependency_job_id":"bf193b0f-7193-4500-afd5-afe8f1b4681b","html_url":"https://github.com/gregl83/monover","commit_stats":null,"previous_names":["gregl83/monover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregl83/monover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fmonover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fmonover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fmonover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fmonover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregl83","download_url":"https://codeload.github.com/gregl83/monover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fmonover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272971420,"owners_count":25024093,"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-08-31T02:00:09.071Z","response_time":79,"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":["automation","monorepo","semver","versioning"],"created_at":"2025-04-09T21:55:11.286Z","updated_at":"2025-08-31T10:40:29.422Z","avatar_url":"https://github.com/gregl83.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![.github/workflows/build.yml](https://github.com/gregl83/monover/actions/workflows/build.yml/badge.svg)](https://github.com/gregl83/monover/actions/workflows/build.yml)\n[![Crates.io](https://img.shields.io/crates/v/monover.svg)](https://crates.io/crates/monover)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gregl83/monover/blob/master/LICENSE)\n\n# monover\n\nBlazing fast intelligent [monorepo](https://monorepo.tools/) continuous integration versioning.\n\n## State\n\nIn-Development of Beta\n\n## Features\n\n### Parallelized Repository Scans\n\nLarge file system directory structures are scanned using [Rust Rayon](https://github.com/rayon-rs/rayon) to minimize scan times.\n\n### Version Validations\n\nPackage versions are validated to prevent duplicate target versions and variance from versioning scheme.\n\n### Automatic Repository Versioning\n\nRepository versions are automatically derived from package versions.\n\n### Supported Version Schemes\n\n- [Semantic Versioning](https://semver.org/)\n\n### Multilingual Version Fluency\n\nSupports versioning of repository packages using standard package management configuration files. \n\nSee [target.json](targets.json) for complete list of supported files.\n\nCannot find your favorite package manager? Open an [issue](https://github.com/gregl83/monover/issues/new) to request support.\n\n## Concepts\n\n### CHANGE Files\n\nThese files are used for `monover` to decide how to increment package version files.\n\n####  Major\n```json\n\"major\"\n```\n\n#### Minor\n```json\n\"minor\"\n```\n\n#### Patch\n```json\n\"patch\"\n```\n\n#### Pre-Release\n```json\n\"\u003cmajor|minor\u003e-\u003cpre-release-name\u003e\"\n```\n\n### VERSION Files\n\nThese are special files that have three main functions:\n\n- Version repository (auto-generated).\n- Version repository packages (overrides version file matches).\n- Settle version ambiguity (1 \u003c version file match).\n\nThe format for `VERSION` files is a simple double-quoted string. They are valid JSON files without file extensions.\n\nThere are two possible values for the `VERSION` file string.\n\n#### Versioning Scheme Version\n\n```json\n\"1.0.0\"\n```\n\n#### Version File Key\n\nMust match a file key in [targets.json](targets.json).\n\n```json\n\"cargo.toml\"\n```\n\nUse this option for version ambiguity due to multiple files in [targets.json](targets.json) found in single package.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fmonover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregl83%2Fmonover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fmonover/lists"}