Merge branch 'master' into 3110-featuredlt-connector-gradido-transaktionen-auf-tangle-senden-und-empfangen

This commit is contained in:
clauspeterhuebner 2023-08-09 17:30:48 +02:00 committed by GitHub
commit 85dc9dd14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ DATABASE_DIR="${PROJECT_DIR}/database/"
ADMIN_DIR="${PROJECT_DIR}/admin/"
DHTNODE_DIR="${PROJECT_DIR}/dht-node/"
FEDERATION_DIR="${PROJECT_DIR}/federation/"
DLTCONNECTOR_DIR="${PROJECT_DIR}/dlt-connector/"
# navigate to project directory
cd ${PROJECT_DIR}
@ -32,6 +33,8 @@ cd ${DHTNODE_DIR}
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
cd ${FEDERATION_DIR}
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
cd ${DLTCONNECTOR_DIR}
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
# generate changelog
cd ${PROJECT_DIR}