Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 601 Bytes

RELEASING.md

File metadata and controls

18 lines (17 loc) · 601 Bytes

This file documents how to release this package to npm, it is for internal use but can also be somewhat interesting

  1. Make sure we are on the master branch
  2. git checkout master
  3. Try building the site
  4. Go cd react-modal-dialog/site
  5. npm install && npm start
  6. Try building the component
  7. npm start
  8. Update version with proper semver
  9. npm version (major|minor|patch)
  10. Publish
  11. npm publish
  12. Push to Github
  13. git push
  14. Update website
  15. Make sure dependencies exist for updating the website (a second repo in the same parent folder, etc...)
  16. npm run github