mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
add dlt-connector
This commit is contained in:
parent
5538e8918e
commit
b0b0b930da
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user