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

308 B

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:

  1. Update version in package.json

  2. yarn

  3. yarn build:docs

  4. npm publish

  5. Merge feature branch

  6. Create release in GitHub