diff --git a/package-lock.json b/package-lock.json index 3b2a0c1..fe3f6fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1-alpha.4", "license": "ISC", "dependencies": { - "@dignetwork/dig-sdk": "^0.0.1-alpha.9", + "@dignetwork/dig-sdk": "^0.0.1-alpha.10", "async-mutex": "^0.5.0", "chia-server-coin": "^0.0.5", "express": "^4.19.2", @@ -150,9 +150,9 @@ } }, "node_modules/@dignetwork/dig-sdk": { - "version": "0.0.1-alpha.9", - "resolved": "https://registry.npmjs.org/@dignetwork/dig-sdk/-/dig-sdk-0.0.1-alpha.9.tgz", - "integrity": "sha512-i/fyMJ6xwZfc+ToM8vuN4q2wvD48TSSIfChLETkCwh5Xon6ZFXuEn+79B/MKdiGXska8ZLAzfXsOWzXP65CmOA==", + "version": "0.0.1-alpha.10", + "resolved": "https://registry.npmjs.org/@dignetwork/dig-sdk/-/dig-sdk-0.0.1-alpha.10.tgz", + "integrity": "sha512-jXomCJnHbsTHgPsHfzF8A5NReY1dOnbX/MR9T90vR400KOLomDMHD0BusrI/D4WYNxB79mxG6K05A/OIyxAKgw==", "dependencies": { "bip39": "^3.1.0", "chia-bls": "^1.0.2", diff --git a/package.json b/package.json index d495873..42a18a2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "LICENSE" ], "dependencies": { - "@dignetwork/dig-sdk": "^0.0.1-alpha.9", + "@dignetwork/dig-sdk": "^0.0.1-alpha.10", "async-mutex": "^0.5.0", "chia-server-coin": "^0.0.5", "express": "^4.19.2", diff --git a/scripts/release.sh b/scripts/release.sh index 531897d..0c3e5dd 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -13,6 +13,7 @@ if [ "$CURRENT_BRANCH" != "develop" ]; then exit 1 fi +# First run the build to make sure it compiles npm run build # Run standard-version for version bumping @@ -33,7 +34,6 @@ git push --set-upstream origin "$FEATURE_BRANCH" # Notify the user about the feature branch echo "Version bumped and committed on branch $FEATURE_BRANCH." -# Instructions for further actions (manual steps) -echo "Next steps:" -echo "- Review the changes in the feature branch." -echo "- Push the branch to the remote repository if necessary." +git checkout develop + +echo "Release PR set to origin on branch $FEATURE_BRANCH."