Merge pull request #2506 from alixander/update-release-script-f
revert release script changes
This commit is contained in:
commit
f98d8e11a9
1 changed files with 0 additions and 20 deletions
|
|
@ -3,24 +3,4 @@ set -eu
|
|||
cd -- "$(dirname "$0")/../.."
|
||||
. "./ci/sub/lib.sh"
|
||||
|
||||
|
||||
NPM_VERSION=""
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--npm-version=*)
|
||||
NPM_VERSION="${arg#*=}"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
if [ -z "$NPM_VERSION" ]; then
|
||||
flag_errusage "--npm-version is required"
|
||||
fi
|
||||
|
||||
./ci/sub/release/release.sh "$@"
|
||||
|
||||
if [ -n "$NPM_VERSION" ]; then
|
||||
./ci/release/release-js.sh --version="$NPM_VERSION"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue