- First we bump up the version in Package.json.
- Then we bump up version in bower.json.
- Step 3 we add the new version number and description to release history in README.
- We then merge to master or push changes to master depending on which branch we are working on.
- After that we execute
make release
task, this will create a new browser client bundle and tags, based on the version and push it to the repo. - The final step is to actually publish the Spark module to the npm registry and browser client package managers, we
accomplish this by running the make task
make publish
and providing the necessary credentials.
After this we should have all modules and packages updated, some package managers like jsdelivr might take some time to pick up the changes.