Skip to content

Release checklist

Géry Debongnie edited this page May 29, 2019 · 21 revisions

Releasing Owl

Updating Owl

  1. run npm run test to make sure everything is ok!
  2. create release commit in master:
    • upgrade version in package.json
    • upgrade links in readme.md
  3. npm run build, npm run minify
  4. create draft release on github. add notes, add files owl.js and owl.min.js
  5. push on master
  6. publish github draft release (this creates git tag)
  7. update github page

Updating Owl github page

  1. build owl (if not done)
  2. cp -r extras/playground/ dist/playground
  3. git co gh-pages
  4. cp dist/owl.js ./
  5. rm -rf playground/
  6. mv dist/playground ./
  7. commit changes, and push
Clone this wiki locally