diff --git a/.npmignore b/.npmignore index 189e0d6..1fdc750 100644 --- a/.npmignore +++ b/.npmignore @@ -9,3 +9,5 @@ storybook-static scripts .test.js + +DEPLOYMENT.md diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md new file mode 100644 index 0000000..ad5824e --- /dev/null +++ b/DEPLOYMENT.md @@ -0,0 +1,14 @@ +# How to publish new feature: + +1. Update unit tests +2. Update storybook + +3. Update version in `package.json` + +4. Update docs in `README.md` +5. Update docs in `src/docs` +6. `yarn build:docs` + +7. `npm publish` +8. Merge feature branch +9. Create release in GitHub