Skip to content

Commit 3f2027e

Browse files
committed
contrib: add missing crates to release script
Add `nip07`, `nostr-blossom` and `nostr-http-file-storage` to `release.sh` script. Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 46391de commit 3f2027e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/scripts/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -euo pipefail
44

55
args=(
66
"-p nostr"
7+
"-p nip07"
78
"-p nostr-database"
89
"-p nostr-lmdb"
910
"-p nostr-mls-storage"
@@ -18,6 +19,8 @@ args=(
1819
"-p nwc"
1920
"-p nostr-connect"
2021
"-p nostr-sdk"
22+
"-p nostr-blossom"
23+
"-p nostr-http-file-storage"
2124
"-p nostr-cli"
2225
)
2326

0 commit comments

Comments
 (0)