Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 363 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 363 Bytes

Contributing

Publishing to NPM

  • Bump version number in /package.json
  • Build the package by running npm/yarn build
  • Deploy from dist folder cd ./dist && yarn/npm publish
  • commit to main and tag the commit with its version vX.X.X
  • git push --tags
  • Go to https://github.com/kriasoft/isomorphic-style-loader/releases and add your release notes