Skip to content

Commit

Permalink
Merge pull request #4 from DIG-Network/release/v0.0.1-alpha.5
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.5
  • Loading branch information
MichaelTaylor3D authored Sep 10, 2024
2 parents 3f38859 + b5a2ee4 commit 2a714bc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.5](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.4...v0.0.1-alpha.5) (2024-09-10)

### [0.0.1-alpha.4](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2024-09-10)

### [0.0.1-alpha.3](https://github.com/DIG-Network/dig-propagation-server/compare/v1.0.0-alpha.2...v0.0.1-alpha.3) (2024-09-09)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-propagation-server",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -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 2a714bc

Please sign in to comment.