From d5ce4e7e99bf8bc88046bdfa442384698894c767 Mon Sep 17 00:00:00 2001 From: slorber Date: Wed, 30 Jun 2021 15:47:22 +0200 Subject: [PATCH] publish guide --- admin/publish.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/publish.md b/admin/publish.md index f8150e137b..802c1cc4b0 100644 --- a/admin/publish.md +++ b/admin/publish.md @@ -116,7 +116,11 @@ Make a commit/push, create a pull request with the changes. **Don't merge it yet**, but wait for the CI checks to complete. -An example PR would be [#3114](https://github.com/facebook/docusaurus/pull/3114). +An example PR would be [#3114](https://github.com/facebook/docusaurus/pull/3114): + +```md +chore(v2): prepare v2.0.0-beta.0 release +``` ### 6. Build and publish to npm