aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/publish_release_notes.ts
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2018-10-18 18:51:56 +0800
committerJacob Evans <jacob@dekz.net>2018-10-18 19:27:31 +0800
commit9f924e459c43c023e35ab7222cd9824cc0e67411 (patch)
treed7b62f5b7f018b5178300040b26d37f52f955418 /packages/monorepo-scripts/src/publish_release_notes.ts
parent9e8bca69a8a1d3570e30a28f150c0bec3848a760 (diff)
downloaddexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.gz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.bz2
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.lz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.xz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.zst
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.zip
chore: change package org from 0xproject to 0x
Diffstat (limited to 'packages/monorepo-scripts/src/publish_release_notes.ts')
-rw-r--r--packages/monorepo-scripts/src/publish_release_notes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/src/publish_release_notes.ts b/packages/monorepo-scripts/src/publish_release_notes.ts
index 6090498e0..297eb3d50 100644
--- a/packages/monorepo-scripts/src/publish_release_notes.ts
+++ b/packages/monorepo-scripts/src/publish_release_notes.ts
@@ -15,7 +15,7 @@ const args = yargs
'Space-separated list of packages to generated release notes for. If not supplied, it does all `Lerna updated` packages.',
type: 'string',
})
- .example('$0 --isDryRun true --packages "0x.js @0xproject/web3-wrapper"', 'Full usage example').argv;
+ .example('$0 --isDryRun true --packages "0x.js @0x/web3-wrapper"', 'Full usage example').argv;
(async () => {
const isDryRun = args.isDryRun;