Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 361 Bytes

Contributing

To publish a new version of the package :

  1. Merge changes to main branch;
  2. Remove node_modules directory, if present;
  3. Update version number in package.js;
  4. Update CHANGELOG.md;
  5. Run meteor publish;
  6. Commit to Git with new version number;
  7. Add a tag with new version number;
  8. Push changes and tag to remote repository.