mirror of https://github.com/Chocobozzz/PeerTube
Ensure to release with appropriate node modules
parent
3bfecf4890
commit
f84243fc53
|
@ -34,6 +34,9 @@ if [ "$branch" != "develop" ] && [[ "$branch" != release/* ]]; then
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
yarn check --integrity --verify-tree
|
||||||
|
(cd client && yarn check --integrity --verify-tree)
|
||||||
|
|
||||||
version="v$1"
|
version="v$1"
|
||||||
github_prerelease_option=""
|
github_prerelease_option=""
|
||||||
if [[ "$version" = *"-alpha."* ]] || [[ "$version" = *"-beta."* ]] || [[ "$version" = *"-rc."* ]]; then
|
if [[ "$version" = *"-alpha."* ]] || [[ "$version" = *"-beta."* ]] || [[ "$version" = *"-rc."* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue