Skip to content

Commit

Permalink
chore: update dig sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 10, 2024
1 parent 1c95b2b commit 18189a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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."

0 comments on commit 18189a1

Please sign in to comment.