From a1a62468a61b5b479a912e60f8b42c2d3ae9cfad Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 5 Jul 2022 12:24:50 +0530 Subject: [PATCH] docs: fix command to trigger release (#5413) --- src/packages/excalidraw/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/excalidraw/README.md b/src/packages/excalidraw/README.md index fa5bc9f7..c11966e8 100644 --- a/src/packages/excalidraw/README.md +++ b/src/packages/excalidraw/README.md @@ -1337,7 +1337,7 @@ The example is same as the [codesandbox example](https://ehlz3.csb.app/) You can create a test release by posting the below comment in your pull request ``` -@excalibot release package +@excalibot trigger release ``` Once the version is released `@excalibot` will post a comment with the release version.