From bcfbb60b41ea00005f197036a2857876f4d9d92d Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 19 May 2021 06:55:27 +0800 Subject: [PATCH] docs: add publish command --- PUBLISH.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PUBLISH.md diff --git a/PUBLISH.md b/PUBLISH.md new file mode 100644 index 0000000..40c271c --- /dev/null +++ b/PUBLISH.md @@ -0,0 +1,3 @@ +``` +cargo workspaces publish --allow-branch main --exact --no-individual-tags +```