From 163d8822eabce098fb961a50f7f3a639090161d4 Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Thu, 9 Dec 2021 15:41:47 +0100 Subject: [PATCH] Fix faulty `microsoft/beachball`-link --- docs/pages/docs/guides/complimentary-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/guides/complimentary-tools.mdx b/docs/pages/docs/guides/complimentary-tools.mdx index a39d7a66f3469..b212c2eca1a04 100644 --- a/docs/pages/docs/guides/complimentary-tools.mdx +++ b/docs/pages/docs/guides/complimentary-tools.mdx @@ -13,7 +13,7 @@ Below is a running list of additional monorepo tools that you may find useful in For the foreseable future, `turbo` is not going to deal with package publishing. Versioning/Publishing is an extremely opinionated topic with a lot of existing solutions. Our advice is to avoid versioning packages altogether unless you actually need to publish them to NPM for external consumption. If you have to version your packages, we really like the workflow of changesets (especially for open source projects). - [atlassian/changesets](https://github.com/atlassian/changesets) - 🦋 A way to manage your versioning and changelogs with a focus on monorepos -- [microsoft/beachball](https://github.com/atlassian/changesets) - The Sunniest Semantic Version Bumper +- [microsoft/beachball](https://github.com/microsoft/beachball) - The Sunniest Semantic Version Bumper - [lerna/lerna](https://github.com/lerna/lerna) - A tool for managing JavaScript projects with multiple packages. - [lerna/lerna-changelog](https://github.com/lerna/lerna-changelog) - PR-based changelog generator with monorepo support - [intuit/auto](https://github.com/intuit/auto) - Generate releases based on semantic version labels on pull requests.