Files
svelte-carousel/DEPLOYMENT.md
2021-11-30 16:41:59 +03:00

336 B

How to publish new feature:

  1. Update version in package.json // docs depend on version

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:

  1. yarn

  2. yarn build:docs

  3. Merge feature branch

  4. npm publish

  5. Create release in GitHub