From 74e43b2257d2d12f8e4878cac6ef425784c926a4 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Fri, 3 Nov 2023 15:47:04 -0700 Subject: [PATCH] Prepare for Gradle Plugin release 2.1.5 (#110) --- gradle-plugin/CHANGELOG.md | 5 +++++ gradle-plugin/README.md | 5 +---- gradle/libs.versions.toml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 648d5601..e633d21a 100644 --- a/gradle-plugin/CHANGELOG.md +++ b/gradle-plugin/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.5 - 2023-11-03 + +- Add `apiVersion` param for + snapshots. [#109](https://github.com/EmergeTools/emerge-android/pull/109) + ## 2.1.4 - 2023-10-19 - Additional debug logging. [#94](https://github.com/EmergeTools/emerge-android/pull/94) diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index 02b12eda..6bb4d2a0 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -351,10 +351,7 @@ Additionally, `ANDROID_SDK_ROOT` must be set and point to the Android SDK locati 1. Update the `emerge-gradle-plugin` version in `/gradle/libs.versions.toml` 2. Update the plugin version in documentation. 3. Update the `/gradle-plugin/CHANGELOG.md` -4. `gt bc -a -m "Prepare for Gradle Plugin release X.Y.Z"` (where X.Y.Z is the version set in step - -1) - +4. `gt bc -a -m "Prepare for Gradle Plugin release X.Y.Z"` (X.Y.Z is the version set in step 1) 5. `gt ss` 6. Get PR approved and merge 7. Create a new release on GitHub diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cdfe87b8..b63ba233 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ okhttp = "4.10.0" junit-jupiter = "5.8.2" # internal -emerge-gradle-plugin = "2.1.4" +emerge-gradle-plugin = "2.1.5" emerge-peformance = "2.1.1" emerge-snapshots = "0.8.4"