...
- Create a new release in GitHub
- For example:
- Include the same bullet points from the CHANGELOG
- Note that Bower will automatically create a new release once the GitHub release has been created
- For example:
Publish the updated version to NPM
Code Block git checkout master git pull npm publish
Confirm that the version updates have been applied:
Look at the top of this page: https://www.npmjs.com/package/edx-ui-toolkit
Note that there may be a slight delay before the updated versions appear
Publish the
...
API documentation
Publish the updated documentation to GitHub Pages:
Code Block git checkout master git pull gulp doc-publish
- Verify that the documentation has been updated: http://ui-toolkit.edx.org/