To publish a new version of the package :
- Merge changes to
main
branch; - Remove
node_modules
directory, if present; - Update version number in
package.js
; - Update
CHANGELOG.md
; - Run
meteor publish
; - Commit to Git with new version number;
- Add a tag with new version number;
- Push changes and tag to remote repository.