From e24ef71e33191cd98426d6cdccb9096a864bc789 Mon Sep 17 00:00:00 2001 From: mhagnumdw Date: Mon, 10 May 2021 00:40:32 -0300 Subject: [PATCH] docs(distribution-channels): fix branch name (#1925) --- docs/recipes/distribution-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/distribution-channels.md b/docs/recipes/distribution-channels.md index db55e680..49052d7a 100644 --- a/docs/recipes/distribution-channels.md +++ b/docs/recipes/distribution-channels.md @@ -97,7 +97,7 @@ The Git history of the repository is now: After a period of feedback from our users using the `@next` dist-tag we feel confident to make our big feature available to all users. To do so we merge the `next` branch into `master`. There should be no conflict as `next` is strictly ahead of `master`. -Once the merge commit is pushed to `next`, **semantic-release** will add the version `2.1.0` to the dist-tag `@latest` so all users will receive it when installing out module with `npm install example-module`. +Once the merge commit is pushed to `master`, **semantic-release** will add the version `2.1.0` to the dist-tag `@latest` so all users will receive it when installing out module with `npm install example-module`. The Git history of the repository is now: