From 4a65995038e999874e8b42e72b2be5e852be0e78 Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 6 Aug 2021 19:35:15 +0300 Subject: [PATCH] Update deployment steps --- DEPLOYMENT.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index ad5824e..b4deacf 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -1,14 +1,19 @@ # How to publish new feature: +in feature branch: + 1. Update unit tests 2. Update storybook -3. Update version in `package.json` +3. Update docs in `README.md` +4. Update docs in `src/docs` -4. Update docs in `README.md` -5. Update docs in `src/docs` -6. `yarn build:docs` +in main branch: -7. `npm publish` -8. Merge feature branch -9. Create release in GitHub +5. Update version in `package.json` +6. `yarn` +7. `yarn build:docs` + +8. `npm publish` +9. Merge feature branch +10. Create release in GitHub