You can use Wallaby if you own it or just run npm test
.
- Update the documentation
- Bump the version with
npm version <patch|minor|major>
. Use the Semantic versioning conventions for bumping the version. - Publish the new release with:
./ship-it.sh
cd ./meteor/test-app
meteor --test
First meteor publish
.
Then you need to build the package on all architectures.
meteor admin get-machine os.osx.x86_64 --minutes 10
meteor admin get-machine os.linux.x86_64 --minutes 10
meteor admin get-machine os.linux.x86_32 --minutes 10
meteor admin get-machine os.windows.x86_32 --minutes 10
meteor publish-for-arch xolvio:cucumber@X.X.X