mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add federation- and dht-node modules to release.sh
This commit is contained in:
parent
b5efaa47c1
commit
369c2d88b9
@ -7,6 +7,8 @@ FRONTEND_DIR="${PROJECT_DIR}/frontend/"
|
|||||||
BACKEND_DIR="${PROJECT_DIR}/backend/"
|
BACKEND_DIR="${PROJECT_DIR}/backend/"
|
||||||
DATABASE_DIR="${PROJECT_DIR}/database/"
|
DATABASE_DIR="${PROJECT_DIR}/database/"
|
||||||
ADMIN_DIR="${PROJECT_DIR}/admin/"
|
ADMIN_DIR="${PROJECT_DIR}/admin/"
|
||||||
|
DHTNODE_DIR="${PROJECT_DIR}/dht-node/"
|
||||||
|
FEDERATION_DIR="${PROJECT_DIR}/federation/"
|
||||||
|
|
||||||
# navigate to project directory
|
# navigate to project directory
|
||||||
cd ${PROJECT_DIR}
|
cd ${PROJECT_DIR}
|
||||||
@ -26,6 +28,10 @@ cd ${DATABASE_DIR}
|
|||||||
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
|
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
|
||||||
cd ${ADMIN_DIR}
|
cd ${ADMIN_DIR}
|
||||||
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
|
yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${VERSION}
|
||||||
|
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}
|
||||||
|
|
||||||
# generate changelog
|
# generate changelog
|
||||||
cd ${PROJECT_DIR}
|
cd ${PROJECT_DIR}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user