We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2687bc4 commit dae944cCopy full SHA for dae944c
scripts/circle/deploy.sh
@@ -22,7 +22,7 @@ function run {
22
VERSION=$(readJsonProp "package.json" "version")
23
24
if [[ "$OLD_VERSION" != "$VERSION" ]]; then
25
- ./scripts/bump/release.sh --new-version="$VERSION" --old-version="$OLD_VERSION"
+ ./scripts/bump/release.sh --new-version="$VERSION"
26
IS_RELEASE=true
27
VERSION_NAME=$(readJsonProp "package.json" "version")
28
else
@@ -67,7 +67,7 @@ function run {
67
;;
68
4)
69
# Update cdn
70
- ./scripts/cdn/publish.sh --version-name="$VERSION_NAME"
+ ./scripts/cdn/publish.sh --version-name="$VERSION_NAME" --old-version="$OLD_VERSION"
71
72
5)
73
# Update bower
0 commit comments