Merge pull request #4088 from vector-im/feature/bma/update_release
Small change in the recipe to release the SDK
This commit is contained in:
commit
7e5ec29977
|
@ -71,14 +71,14 @@ body:
|
||||||
https://github.com/matrix-org/matrix-android-sdk2
|
https://github.com/matrix-org/matrix-android-sdk2
|
||||||
|
|
||||||
- [ ] Create a release with GitFlow
|
- [ ] Create a release with GitFlow
|
||||||
|
- [ ] Update the value of VERSION_NAME in the file gradle.properties
|
||||||
- [ ] Update the files `./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.
|
- [ ] Update the files `./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.
|
||||||
- [ ] Run the script `./tools/import_from_element.sh`
|
- [ ] Run the script `./tools/import_from_element.sh`
|
||||||
- [ ] Update the version in `./matrix-sdk-android/build.gradle`
|
- [ ] Check the diff in the file `./matrix-sdk-android/build.gradle` and restore what may have been erased (in particular the line `apply plugin: "com.vanniktech.maven.publish"` and the line about the version)
|
||||||
- [ ] Check the diff on this file and restore what may have been erased (in particular the line `apply plugin: "com.vanniktech.maven.publish"`)
|
|
||||||
- [ ] Let the script finish to build the library
|
- [ ] Let the script finish to build the library
|
||||||
- [ ] Update the file `CHANGES.md`
|
- [ ] Update the file `CHANGES.md`
|
||||||
- [ ] Update the value of VERSION_NAME in the file gradle.properties
|
|
||||||
- [ ] Finish the release using GitFlow
|
- [ ] Finish the release using GitFlow
|
||||||
|
- [ ] Push the branch `main`, the new tag and the branch `develop` to origin
|
||||||
|
|
||||||
##### Release on MavenCentral
|
##### Release on MavenCentral
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue