Instruction about beta release support

This commit is contained in:
garronej 2021-12-01 19:48:43 +01:00
parent a26d624cf9
commit 627533cbda

View file

@ -26,6 +26,8 @@
- Go to the repository ``Settings`` tab, then ``Secrets`` you will need to add a new secret: - Go to the repository ``Settings`` tab, then ``Secrets`` you will need to add a new secret:
``NPM_TOKEN``, you NPM authorization token. ``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 ! - 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 # Features
This template automates the boring and tedious tasks of: This template automates the boring and tedious tasks of: