[Note: you must be a member of the tedconf
org to publish to npm]
- update the changelog
npm version $TYPE -m "message about this version"
where $TYPE indicates the semver release type, eg.patch
,major
orminor
. see the npm-version docs and semver docs if you're not sure which applies.npm publish
git push --tags
npm run push_pages