From b1ade36f022caf4c833634233cb44755cc6a8a55 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Wed, 19 Mar 2025 15:21:53 +0700 Subject: [PATCH 1/3] Update README.md: Add release guide --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2353e70..a3ec549 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ So, make sure you have Hilt & kapt imported in your projects via below check-lis ``` 7. Now you're ready to use the Text to Speech function +## How to release a new version? + +1. Update versionCode, versionName in `utils/build.gradle` file and merge to `main` +2. Trigger `Release` task in Github Actions on `main` branch +3. Draft a new Release in https://github.com/elimu-ai/common-utils/releases + ---

From cc8722a0231cfdabb407bce98920a886c8cc8ea6 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Thu, 20 Mar 2025 13:09:31 +0700 Subject: [PATCH 2/3] Add link to gradle-release script Co-authored-by: Jo G. <1451036+jo-elimu@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ec549..f425180 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ So, make sure you have Hilt & kapt imported in your projects via below check-lis ## How to release a new version? 1. Update versionCode, versionName in `utils/build.gradle` file and merge to `main` -2. Trigger `Release` task in Github Actions on `main` branch +2. Trigger [`Release`](https://github.com/elimu-ai/common-utils/actions/workflows/gradle-release.yml) task in Github Actions on `main` branch 3. Draft a new Release in https://github.com/elimu-ai/common-utils/releases --- From 7fe0b72e11f084114be7d51b3eecca2ac0c7bfba Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Wed, 2 Apr 2025 10:22:46 +0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f425180..d60e49d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ So, make sure you have Hilt & kapt imported in your projects via below check-lis ## How to release a new version? -1. Update versionCode, versionName in `utils/build.gradle` file and merge to `main` +1. Update versionCode, versionName in `utils/build.gradle` file by increment either major/minor/patch number and merge to `main` (Do not remove the `SNAPSHOT` suffix) 2. Trigger [`Release`](https://github.com/elimu-ai/common-utils/actions/workflows/gradle-release.yml) task in Github Actions on `main` branch 3. Draft a new Release in https://github.com/elimu-ai/common-utils/releases