Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 488 Bytes

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Publishing a release

  1. Update CHANGELOG.md manually
  2. npm test to ensure all is well
  3. npm run doc shouldn't result in any changed files
  4. npm run release

under the hood, this will call lerna publish. you'll get a chance to specify patch | minor | major and only the packages that have changed since last time will be published.