Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.40.0 #2758

Merged
merged 48 commits into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
761d023
update gutenberg ref.
jd-alexander Sep 22, 2020
04fe2e5
Update gutenberg ref
jd-alexander Sep 23, 2020
98c7ba0
Updated ref.
jd-alexander Sep 23, 2020
6f0ce32
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 6, 2020
4ea4507
Remove files under bundle/android/raw and add to .gitignore
cameronvoell Oct 6, 2020
76b2584
Try removing ios bundle assets files and adding to .gitignore
cameronvoell Oct 7, 2020
4e79401
Remove autogenerated files from source control
cameronvoell Oct 7, 2020
a62102f
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 9, 2020
8344676
Updated ref.
jd-alexander Oct 9, 2020
9188571
Merge branch 'develop' into fix/2693_remove_unused_bundle_files
cameronvoell Oct 9, 2020
ec9f1d1
Fix gutenberg ref after merge
cameronvoell Oct 9, 2020
62a14e8
Limit .gitignore to block.json files and don't exclude assets transla…
cameronvoell Oct 9, 2020
7e8c427
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 9, 2020
bd9ff93
Merge branch 'develop' into issue-915/improve_block_inserter_accessib…
jd-alexander Oct 13, 2020
98cbed7
Merge pull request #2694 from wordpress-mobile/fix/2693_remove_unused…
cameronvoell Oct 13, 2020
cf06fd7
Merge pull request #2655 from wordpress-mobile/issue-915/improve_bloc…
jd-alexander Oct 14, 2020
bc4be69
Update Jetpack ref
etoledom Oct 15, 2020
1135316
Add yarn install inside jetpack submodule after npm install
etoledom Oct 16, 2020
2f04c27
Ignoring engines in Jetpack yarn install
etoledom Oct 16, 2020
7c5f992
Update gutenberg ref
etoledom Oct 16, 2020
c48f792
Update gutenberg ref
etoledom Oct 16, 2020
d1c6980
Update gutenberg ref
etoledom Oct 16, 2020
f4ef7bf
Merge pull request #2729 from wordpress-mobile/contact-form-jetpack-u…
etoledom Oct 16, 2020
b144d13
Merge branch 'develop' into merge_release_1.39.0_to_develop
ceyhun Oct 16, 2020
85820cf
Update gutenberg ref
ceyhun Oct 16, 2020
e7deb98
Adjust media-text attributes to default stacked on mobile to true (#2…
Oct 16, 2020
31bc585
Add Yarn to Readme Prerequisites
mchowning Oct 17, 2020
31088a0
Merge pull request #2739 from wordpress-mobile/add_yarn_to_readme_pre…
mzorz Oct 17, 2020
c6d7abe
Merge branch 'develop' into merge_release_1.39.0_to_develop
cameronvoell Oct 20, 2020
92bff7e
Merge pull request #2734 from wordpress-mobile/merge_release_1.39.0_t…
cameronvoell Oct 20, 2020
19e7ae6
Use same PR body for WPApps
ceyhun Oct 21, 2020
4982387
Use --head parameter when creating PRs with GitHub CLI
ceyhun Oct 21, 2020
e7d01bb
Add the capability to target different base branches for main app PRs
ceyhun Oct 21, 2020
0352cd6
Remove Podfile.lock related check from release PR template
ceyhun Oct 21, 2020
2259693
Add option to cherry-pick a commit from gutenberg before bundling
ceyhun Oct 21, 2020
f3caed7
Separate commit messages for bundle and gutenberg ref update
ceyhun Oct 21, 2020
721ace9
Add steps to bring release changes back to development branches
ceyhun Oct 21, 2020
ebd9051
Merge branch 'develop' into merge_release_1.39.1_to_develop
ceyhun Oct 23, 2020
ee85404
Move release scripts to wordpress-mobile/release-toolkit-gutenberg-mo…
ceyhun Oct 23, 2020
6953375
Merge pull request #2755 from wordpress-mobile/improve-release-script
ceyhun Oct 26, 2020
b3c18aa
Update Jetpack ref
ceyhun Oct 26, 2020
4a6ed2c
Merge pull request #2754 from wordpress-mobile/merge_release_1.39.1_t…
ceyhun Oct 26, 2020
e001f0e
Release script: Update gb mobile version to 1.40.0
cameronvoell Oct 26, 2020
5e50fff
Release script: Update gutenberg ref
cameronvoell Oct 26, 2020
801d4d8
Release script: Update bundle for: 1.40.0
cameronvoell Oct 26, 2020
b5da3a3
Updated gutenberg ref for CI fix
cameronvoell Oct 26, 2020
b8280f2
Updated bundle
cameronvoell Oct 29, 2020
06516db
Merge pull request #2763 from wordpress-mobile/fix/ci-android-docker-…
cameronvoell Oct 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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