-
Notifications
You must be signed in to change notification settings - Fork 781
[Release] Element Android v1.4.10 - v1.4.11 #5699
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
Labels
Comments
Known bugs so far:
|
I will create a 1.4.11 with the commit from #5720 |
Sample app upgrade: matrix-org/matrix-android-sdk2-sample#11 |
Release complete! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release checklist
Before the release
./tools/release/pushPlayStoreMetaData.sh
. You can check in the GooglePlay console the Activity log to check the effect.Do the release
release/1.4.10
UiAllScreensSanityTest.allScreensTest()
towncrier --version v1.4.10 --draft
(remove--draft
do write the file CHANGES.md)changelog.d
is empty. It can happen that some remaining files stay heremain
and the new tagv1.4.10
to origindevelop
./vector/build.gradle
./matrix-sdk-android/build.gradle
develop
main
branch.~/scripts/releaseElement.sh
. It will download the APKs from Buildkite check them and sign them.Once tested and validated internally
Once Live on PlayStore
After at least 2 days
Android SDK2
The SDK2 and the sample app are released only when Element has been pushed to production.
main
branch on Element Android projectOn the SDK2 project
https://github.com./matrix-org/matrix-android-sdk2
./build.gradle
and./gradle/gradle-wrapper.properties
manually, to use the latest version for the dependency. You can get inspired by the same files on Element Android project../tools/import_from_element.sh
./matrix-sdk-android/build.gradle
and restore what may have been erased (in particular the lineapply plugin: "com.vanniktech.maven.publish"
and the line about the version)CHANGES.md
main
, the new tag and the branchdevelop
to originRelease on MavenCentral
./gradlew publish --no-daemon --no-parallel
. You'll need some non-public element to do soRelease on GitHub
Android SDK2 sample
https://github.com./matrix-org/matrix-android-sdk2-sample
main
The text was updated successfully, but these errors were encountered: