Skip to content

Commit

Permalink
docs: update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 7, 2024
1 parent 72502b0 commit 6abcfbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/update-dependencies.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/usr/bin/env node
/** @file Utility to update dependencies through the repo to a specified tag
*
* Agoric and Endo repos each release in one go, but with their packages all at different versions.
* To find what packages all work together (that were in CI together at the same time) you
* can set all your deps to a particular NPM dist tag.
*
* e.g. `scripts/update-dependencies.js agoric agoric-upgrade-16`
*
* Endo doesn't have any dist tags other than the default, `latest`, which should should suffice.
*/
const fs = require("fs");
const path = require("path");
const glob = require("glob");
Expand Down

0 comments on commit 6abcfbb

Please sign in to comment.