-
Notifications
You must be signed in to change notification settings - Fork 358
Release checklist
Géry Debongnie edited this page May 29, 2019
·
21 revisions
- run
npm run test
to make sure everything is ok! - create release commit in master:
- upgrade version in
package.json
- upgrade links in
readme.md
- upgrade version in
-
npm run build
,npm run minify
- create draft release on github. add notes, add files
owl.js
andowl.min.js
- push on master
- publish github draft release (this creates git tag)
- update github page
- build owl (if not done)
cp -r extras/playground/ dist/playground
git co gh-pages
cp dist/owl.js ./
rm -rf playground/
mv dist/playground ./
- commit changes, and push