-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
None
-
5
-
Not Needed
Each time a commit on main happens we want to run lerna version + lerna publish in order to publish all the packages to a commit based NPM dist-tag: eg. unstable-
{sha}-
{date}@mongodb-js/aggregations@1.2.3 --> unstable-79b8fc667-20210920
These packages can be used to trigger downstream CIs and run tests against the latest code, like this: npm run install `@mongodb-js/aggregations@unstable-79b8fc667-20210920`
See https://mongodb.slack.com/archives/C03J73N4L58/p1660595479576099