From 85bcc4acc09d76d7938c55163c81d9b948c53803 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sat, 30 Dec 2023 14:59:03 +0100 Subject: [PATCH] fix: publish with limited concurrency --- package.json | 2 +- packages/blockstore-core/README.md | 2 -- packages/blockstore-fs/README.md | 2 -- packages/blockstore-idb/README.md | 2 -- packages/blockstore-level/README.md | 2 -- packages/blockstore-s3/README.md | 2 -- packages/datastore-core/README.md | 2 -- packages/datastore-fs/README.md | 2 -- packages/datastore-idb/README.md | 2 -- packages/datastore-level/README.md | 2 -- packages/datastore-s3/README.md | 2 -- packages/interface-blockstore-tests/README.md | 2 -- packages/interface-blockstore/README.md | 2 -- packages/interface-datastore-tests/README.md | 2 -- packages/interface-datastore/README.md | 2 -- packages/interface-store/README.md | 2 -- 16 files changed, 1 insertion(+), 31 deletions(-) diff --git a/package.json b/package.json index 1283763c..81b7935c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "docs": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs", "docs:no-publish": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs --publish false", "dep-check": "aegir run dep-check", - "release": "npm run docs:no-publish && aegir run release && npm run docs" + "release": "npm run docs:no-publish && aegir run release --concurrency=1 && npm run docs" }, "devDependencies": { "aegir": "^41.1.9" diff --git a/packages/blockstore-core/README.md b/packages/blockstore-core/README.md index 7830ba24..8ab2013a 100644 --- a/packages/blockstore-core/README.md +++ b/packages/blockstore-core/README.md @@ -1,5 +1,3 @@ -# blockstore-core - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/blockstore-fs/README.md b/packages/blockstore-fs/README.md index b7a12054..f2e27373 100644 --- a/packages/blockstore-fs/README.md +++ b/packages/blockstore-fs/README.md @@ -1,5 +1,3 @@ -# blockstore-fs - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/blockstore-idb/README.md b/packages/blockstore-idb/README.md index 7009d9ac..5e007576 100644 --- a/packages/blockstore-idb/README.md +++ b/packages/blockstore-idb/README.md @@ -1,5 +1,3 @@ -# blockstore-idb - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/blockstore-level/README.md b/packages/blockstore-level/README.md index a7cdfd73..6434601f 100644 --- a/packages/blockstore-level/README.md +++ b/packages/blockstore-level/README.md @@ -1,5 +1,3 @@ -# blockstore-level - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/blockstore-s3/README.md b/packages/blockstore-s3/README.md index fa1f519e..874db8f0 100644 --- a/packages/blockstore-s3/README.md +++ b/packages/blockstore-s3/README.md @@ -1,5 +1,3 @@ -# blockstore-s3 - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/datastore-core/README.md b/packages/datastore-core/README.md index 663e7976..03229227 100644 --- a/packages/datastore-core/README.md +++ b/packages/datastore-core/README.md @@ -1,5 +1,3 @@ -# datastore-core - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/datastore-fs/README.md b/packages/datastore-fs/README.md index 04454a72..6ea50496 100644 --- a/packages/datastore-fs/README.md +++ b/packages/datastore-fs/README.md @@ -1,5 +1,3 @@ -# datastore-fs - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/datastore-idb/README.md b/packages/datastore-idb/README.md index 68c97a86..52bdec2b 100644 --- a/packages/datastore-idb/README.md +++ b/packages/datastore-idb/README.md @@ -1,5 +1,3 @@ -# datastore-idb - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/datastore-level/README.md b/packages/datastore-level/README.md index 938cab76..c2a8674b 100644 --- a/packages/datastore-level/README.md +++ b/packages/datastore-level/README.md @@ -1,5 +1,3 @@ -# datastore-level - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/datastore-s3/README.md b/packages/datastore-s3/README.md index 2abdac48..608d7801 100644 --- a/packages/datastore-s3/README.md +++ b/packages/datastore-s3/README.md @@ -1,5 +1,3 @@ -# datastore-s3 - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/interface-blockstore-tests/README.md b/packages/interface-blockstore-tests/README.md index a8bfbdb8..bd7f6239 100644 --- a/packages/interface-blockstore-tests/README.md +++ b/packages/interface-blockstore-tests/README.md @@ -1,5 +1,3 @@ -# interface-blockstore-tests - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/interface-blockstore/README.md b/packages/interface-blockstore/README.md index b8980909..0986e458 100644 --- a/packages/interface-blockstore/README.md +++ b/packages/interface-blockstore/README.md @@ -1,5 +1,3 @@ -# interface-blockstore - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/interface-datastore-tests/README.md b/packages/interface-datastore-tests/README.md index 649f63fb..7befb1ef 100644 --- a/packages/interface-datastore-tests/README.md +++ b/packages/interface-datastore-tests/README.md @@ -1,5 +1,3 @@ -# interface-datastore-tests - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/interface-datastore/README.md b/packages/interface-datastore/README.md index 71bdbdd6..69454128 100644 --- a/packages/interface-datastore/README.md +++ b/packages/interface-datastore/README.md @@ -1,5 +1,3 @@ -# interface-datastore - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) diff --git a/packages/interface-store/README.md b/packages/interface-store/README.md index 2f152391..0a7edca7 100644 --- a/packages/interface-store/README.md +++ b/packages/interface-store/README.md @@ -1,5 +1,3 @@ -# interface-store - [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores)