Skip to content

Commit 886b707

Browse files
update release script to fail on error
1 parent 1178962 commit 886b707

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "2.3.8",
4+
"version": "2.3.9-0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
POSITIONAL_ARGS=()
46

57
while [[ $# -gt 0 ]]; do

0 commit comments

Comments
 (0)