Skip to content

Commit

Permalink
Merge pull request #2758 from wordpress-mobile/release/1.40.0
Browse files Browse the repository at this point in the history
Release 1.40.0
  • Loading branch information
cameronvoell authored Oct 29, 2020
2 parents 66c2447 + 06516db commit f9c2027
Show file tree
Hide file tree
Showing 212 changed files with 1,754 additions and 9,964 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
type: string
default: ""
docker:
- image: circleci/android:api-29-node
- image: circleci/android:api-29-node@sha256:71d61d6c21b29948d57120f476a83cc322a280979bce355c5a0ad771293ca380
environment:
JAVA_OPTS: '-Xms512m -Xmx2g'
GRADLE_OPTS: '-Xmx3g -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx2g -XX:+HeapDumpOnOutOfMemoryError"'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
type: boolean
default: false
docker:
- image: circleci/android:api-29-node
- image: circleci/android:api-29-node@sha256:71d61d6c21b29948d57120f476a83cc322a280979bce355c5a0ad771293ca380
steps:
- checkout
- checkout-submodules
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/release_pull_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ No extra PRs yet. 🎉
- [ ] Approve and run optional Android and iOS UI tests
- [ ] Aztec dependencies are pointing to a stable release.
- iOS: Aztec dependencies match in `RNTAztecView.podspec` and `gutenberg/packages/react-native-aztec/RNTAztecView.podspec`.
- [ ] Gutenberg 'Podfile.lock' inside 'gutenberg/package/react-native-editor/ios/' is updated to the release number.
- [ ] Check if `RELEASE-NOTES.txt` and `gutenberg/packages/react-native-editor/CHANGELOG.md` are updated with all the changes that made it to the release.
- [ ] Bundle package of the release is updated.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android/app/src/main/assets/
gen/
build/
build.log
bundle/android/raw/*
bundle/android/App.js
bundle/android/App.js.map
bundle/ios/assets/gutenberg/packages/block-library/src/*

# Local configuration file (sdk path, etc)
local.properties
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a developer experience closer to the one the project maintainers current hav
* git
* [nvm](https://github.com/creationix/nvm)
* Node.js and npm (use nvm to install them)
* [Yarn](https://yarnpkg.com/)
* [AndroidStudio](https://developer.android.com/studio/) to be able to compile the Android version of the app
* [Xcode](https://developer.apple.com/xcode/) to be able to compile the iOS app
* CocoaPods(`sudo gem install cocoapods`) needed to fetch React and third-party dependencies.
Expand Down
305 changes: 0 additions & 305 deletions bin/release_automation.sh

This file was deleted.

Loading

0 comments on commit f9c2027

Please sign in to comment.