From 107705d20064b93a606567ae7853f9b50191030d Mon Sep 17 00:00:00 2001 From: Aaron-Ritter Date: Fri, 31 May 2024 22:37:40 +0200 Subject: [PATCH] docs(README): additional instructions to release process --- .idea/kotlinc.xml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 8d81632..6d0ee1c 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index 29b673b..febd395 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,8 @@ After the release is published, update the version in the [FusionAuth Android Qu - Check out the https://github.com/FusionAuth/fusionauth-quickstart-java-android-fusionauth-sdk/ repository. - Replace the `app/src` directory with the `app/src` of this repository. - Update `implementation("io.fusionauth:fusionauth-android-sdk:${version}")` in the `app/build.gradle` file. -- (Optional) If the `app/build.gradle.kts` file was changed, update the `build.gradle.kts` in the quickstart repository accordingly. +- (Optional) If the `app/build.gradle.kts` and `build.gradle.kts` file was changed, update the according files in the quickstart repository. +- (Optional) If the FusionAuth configuration changed, update the according files in the quickstart repository. - Commit the changes with the commit message `chore(release): 🎉`. - Create a new tag `v`. - Push the changes and the tag to the repository.