You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
481 B
481 B
Release Instructions
- Build packages
$ npm run build-all
-
Add release notes to CHANGELOG.md
-
Change version number in package.json
-
Change version number in bower.json
-
Update CDN urls in README.md
-
Commit changes and tag code
$ git add . --all
$ git commit -a -m "bumped version number"
$ git push origin master
$ git tag <version-number>
$ git push --tags
- Push changes to NPM
$ npm publish