mirror of
https://github.com/appium/appium.git
synced 2026-05-07 11:30:21 -05:00
update changelog with info about bumping chromedriver version
This commit is contained in:
@@ -40,6 +40,7 @@ CHANGES IN VERSION 1.2.1 (from 1.2.0)
|
||||
reliable
|
||||
- fix grunt-helpers bug when building appium on windows
|
||||
- retry all adb commands to make all adb commands less flakey
|
||||
- upgrade chromedriver to 2.10
|
||||
|
||||
#### Selendroid
|
||||
- fix for setValue and getContexts methods, they were not using a custom
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ fi
|
||||
set -e
|
||||
echo "Getting latest from upstream:$branch"
|
||||
git pull upstream $branch
|
||||
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.9
|
||||
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.10
|
||||
npm publish
|
||||
version=$(cat package.json | underscore extract version | sed 's/\"//g')
|
||||
git tag -a "v$version" -m "tag appium@$version for npm publish"
|
||||
|
||||
Reference in New Issue
Block a user