diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 4cf97bb..734ef0f 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -1,21 +1,18 @@ # How to publish new feature: -1. Update version in `package.json` // docs depend on version - in feature branch: -2. Update unit tests -3. Update storybook - -4. Update docs in `README.md` -5. Update docs in `src/docs` +1. Update unit tests +2. Update storybook +3. Update docs in `README.md` +4. Update docs in `src/docs` +5. Merge feature branch in main branch: +5. Update version in `package.json` // docs depend on version 6. `yarn` 7. `yarn build:docs` -8. Merge feature branch - 9. `npm publish` 10. Create release in GitHub