Files
svelte-carousel/DEPLOYMENT.md
2021-08-06 19:35:15 +03:00

20 lines
308 B
Markdown

# How to publish new feature:
in feature branch:
1. Update unit tests
2. Update storybook
3. Update docs in `README.md`
4. Update docs in `src/docs`
in main branch:
5. Update version in `package.json`
6. `yarn`
7. `yarn build:docs`
8. `npm publish`
9. Merge feature branch
10. Create release in GitHub