# Release steps

1. Do changes in Code
2. Bump version in package.json
3. Add record to CHANGELOG.md
4. Add description to README.md if needed
5. Run build `npm run build-dist` to generate new dist with types
6. Try destribution locally
7. git add, commit, push
8. npm publish
9. check distribution online https://www.npmjs.com/package/sugar-css-framework
