Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 614 Bytes

For maintaniers

Publishing a new release

[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 or minor. see the npm-version docs and semver docs if you're not sure which applies.
  • npm publish
  • git push --tags

Updating the github pages docs site

  • npm run push_pages