We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b0f53 commit 063f353Copy full SHA for 063f353
1 file changed
scripts/patchVersion.sh
@@ -7,11 +7,12 @@ function patchVersion() {
7
local depsArr=$3[@]
8
local deps=("${!depsArr}")
9
fi
10
+
11
+ echo "deps: ${deps[@]}"
12
13
local pwd=$(echo $PWD)
14
15
cd packages/$package
- echo "Patching $package to version $version"
16
poetry version $version
17
if [ "${#deps[@]}" -ne "0" ]; then
18
if [ "${deps[0]}" != "" ]; then
0 commit comments