Skip to content

Commit

Permalink
Merge branch 'appium:master' into fix_for_compose_1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4bh4sh authored Dec 8, 2023
2 parents 8039328 + 3872085 commit 4c5ff70
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle
- run: npm install
- run: npm install --no-package-lock
name: Install dependencies
- run: npm run test
name: Run NPM Test
- run: |
rm -rf package-lock.json
rm -rf package-lock.json node_modules
# Remove dev and peer dependencies from node_modules
npm prune --omit=dev --omit=peer
rm -rf node_modules/appium
npm prune --omit=dev --omit=peer --no-package-lock
name: Remove dev dependencies and appium peer dependencies
- run: npm shrinkwrap
- run: npm shrinkwrap --omit=dev --omit=peer
name: Create shrinkwrap
- run: npm install --only=dev
- run: npm install --only=dev --no-package-lock
name: Install dev dependencies for the release
- run: npx semantic-release
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.29.3](https://github.com/appium/appium-espresso-driver/compare/v2.29.2...v2.29.3) (2023-12-02)


### Miscellaneous Chores

* update publish.js.yml ([#957](https://github.com/appium/appium-espresso-driver/issues/957)) ([0c5936a](https://github.com/appium/appium-espresso-driver/commit/0c5936a5877a8601cf19c34b8af2c43196423220))

## [2.29.2](https://github.com/appium/appium-espresso-driver/compare/v2.29.1...v2.29.2) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automated testing",
"android"
],
"version": "2.29.2",
"version": "2.29.3",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 4c5ff70

Please sign in to comment.