From 627533cbda8b2e7726c6cbc88ac68c2dc1655df8 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 1 Dec 2021 19:48:43 +0100 Subject: [PATCH] Instruction about beta release support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6d70ce..9d4e64b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ - Go to the repository ``Settings`` tab, then ``Secrets`` you will need to add a new secret: ``NPM_TOKEN``, you NPM authorization token. - To trigger publishing edit the ``package.json`` ``version`` field ( ``0.0.0``-> ``0.0.1`` for example) then push changes... that's all ! +- Publish beta release by setting your version number to `X.Y.Z-beta.T` (example: `1.0.0-beta.32`). You usually want to do that from a branch, + it work as well! You just have to open a PR. # Features This template automates the boring and tedious tasks of: