localhost
yarn killall && yarn dev
to stop and start all the services - sometimes they hang and keep their ports busyyarn
. .env
configuration to services.env
file with the following contents:localhost
network/etc/hosts
or an equivalent file on Windowsminio
and mongo
background services mongo
, minio
yarn dev
[skip ci]
to commit message to skip running CI.latest
taglatest
tagsv1.0.0-beta.4
yarn release
to create a new release.git push origin master --tags
. Pushing to master will trigger CI that will actually update dockerhub.v0.5.2
will release dockerhub tags v0, v0.5, v0.5.2
.package.json
files (we release all together and do not increase / release individual packages version)v0.5.2
git tag v0.5.2