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 23480e9 commit 3a24a5dCopy full SHA for 3a24a5d
scripts/cdn/publish.sh
@@ -2,6 +2,7 @@
2
# Version name is "nightly" or a version number
3
ARG_DEFS=(
4
"--version-name=(.*)"
5
+ "--old-version=(.*)"
6
)
7
8
echo "##### "
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"
+ ./scripts/bump/release.sh --new-version="$VERSION" --old-version="$OLD_VERSION"
26
IS_RELEASE=true
27
VERSION_NAME=$(readJsonProp "package.json" "version")
28
else
0 commit comments