From 29928753b70d8f59675c0d2113573623ae0fb85c Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Thu, 7 Apr 2022 16:24:36 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b901d08..226cc90 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -113,3 +113,7 @@ cd ./api && npm i && npm run exe ``` This will install/build web app and install/create executables of sasjs server at root `./executables` + +## Releases + +To cut a release, run `npm run release` on the main branch, then push the tags (per the console log link)