{"id":13495057,"url":"https://github.com/microsoft/beachball","last_synced_at":"2025-05-14T01:06:30.970Z","repository":{"id":34982922,"uuid":"193793350","full_name":"microsoft/beachball","owner":"microsoft","description":"The Sunniest Semantic Version Bumper","archived":false,"fork":false,"pushed_at":"2025-05-11T08:03:11.000Z","size":26607,"stargazers_count":777,"open_issues_count":116,"forks_count":89,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-11T09:19:02.887Z","etag":null,"topics":["git","mp","registry","semver","yarn"],"latest_commit_sha":null,"homepage":"https://microsoft.github.io/beachball","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/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.json","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-25T22:48:21.000Z","updated_at":"2025-05-05T00:13:36.000Z","dependencies_parsed_at":"2023-09-22T17:03:48.912Z","dependency_job_id":"983f554b-8168-44c1-8f78-d4cf7f38d0d5","html_url":"https://github.com/microsoft/beachball","commit_stats":{"total_commits":1033,"total_committers":51,"mean_commits":"20.254901960784313","dds":0.5314617618586641,"last_synced_commit":"3f71c577870d1cedea81495888950e47179d4a7a"},"previous_names":[],"tags_count":218,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fbeachball","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fbeachball/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fbeachball/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fbeachball/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/beachball/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253541324,"owners_count":21924634,"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":["git","mp","registry","semver","yarn"],"created_at":"2024-07-31T19:01:30.813Z","updated_at":"2025-05-14T01:06:30.963Z","avatar_url":"https://github.com/microsoft.png","language":"TypeScript","readme":"\u003c!--\nIf making changes, don't forget to update the version under packages/beachball/README.md too!\n--\u003e\n\n# [beachball](https://microsoft.github.io/beachball/)\n\nthe sunniest version bumping tool\n\n## Prerequisites\n\ngit and a remote named \"origin\"\n\n## Usage\n\n```\nbeachball [command] [options]\n```\n\n## Commands\n\n### [change](https://microsoft.github.io/beachball/cli/change.html) (default)\n\na tool to help create change files in the change/ folder\n\n### [check](https://microsoft.github.io/beachball/cli/check.html)\n\nchecks whether a change file is needed for this branch\n\n### [bump](https://microsoft.github.io/beachball/cli/bump.html)\n\nbumps versions as well as generating changelogs\n\n### [publish](https://microsoft.github.io/beachball/cli/publish.html)\n\nbumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into the default branch\n\n### [sync](https://microsoft.github.io/beachball/cli/sync.html)\n\nsynchronizes published versions of packages from a registry, makes local package.json changes to match what is published\n\n## Options\n\nSome of the most common options are summarized below. For details, see the pages for [CLI options](https://microsoft.github.io/beachball/cli/options.html) and [config file options](https://microsoft.github.io/beachball/overview/configuration.html).\n\n### --config, -c\n\nExplicit configuration file to use instead of the configuration automatically detected by cosmicconfig.\n\n### --registry, -r\n\nregistry, defaults to https://registry.npmjs.org\n\n### --tag, -t\n\n- for the publish command: dist-tag for npm publishes\n- for the sync command: will use specified tag to set the version\n\n### --branch, -b\n\ntarget branch from origin (default: as configured in 'git config init.defaultBranch')\n\n### --message, -m\n\ncustom message for the checkin (default: applying package updates)\n\n### --no-push\n\nskip pushing changes back to git remote origin\n\n### --no-publish\n\nskip publishing to the npm registry\n\n### --help, -?, -h\n\nshow help message\n\n### --yes, -y\n\nskips the prompts for publish\n\n## Examples\n\n```\n$ beachball\n\n$ beachball check\n\n$ beachball publish -r http://localhost:4873 -t beta\n```\n\n## Notes\n\n### Overriding concurrency\n\nIn large monorepos, the process of fetching versions for sync or before publishing can be time-consuming due to the high number of packages. To optimize performance, you can override the concurrency for npm read operations by setting `options.npmReadConcurrency` (default: 5). You can also increase concurrency for hook calls and publish operations via `options.concurrency` (default: 1; respects topological order).\n\n### API surface\n\nBeachball **does not** have a public API beyond the provided [options](https://microsoft.github.io/beachball/overview/configuration.html). Usage of private APIs is not supported and may break at any time.\n\nIf you need to customize something beyond what's currently supported in the options, please open a feature request or talk with the maintainers.\n","funding_links":[],"categories":["TypeScript","Packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fbeachball","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fbeachball","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fbeachball/lists"}