Skip to content

Commit

Permalink
docs(README): additional instructions to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed May 31, 2024
1 parent c9e6aed commit 107705d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): <version> 🎉`.
- Create a new tag `v<version>`.
- Push the changes and the tag to the repository.

0 comments on commit 107705d

Please sign in to comment.