From a9c2fa54f2b78ccb23afbd4600a4fac34404b1cb Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Tue, 21 Dec 2021 09:52:54 -0800 Subject: [PATCH 1/4] Disable codecov GitHub status (#62) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 203c2c1..5cf4e90 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,6 @@ +coverage: + status: + project: off + patch: off fixes: - "com/juul/exercise/compile::" From 9ed7ff818c98309d215ea717f993412bd13808ca Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Tue, 21 Dec 2021 09:59:06 -0800 Subject: [PATCH 2/4] Update plugin kotlinter to v3.8.0 (#63) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b85c116..1df7abd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } dokka = { id = "org.jetbrains.dokka", version = "1.6.0" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -kotlinter = { id = "org.jmailen.kotlinter", version = "3.7.0" } +kotlinter = { id = "org.jmailen.kotlinter", version = "3.8.0" } maven-publish = { id = "com.vanniktech.maven.publish", version = "0.18.0" } one-eight = { id = "net.mbonnin.one.eight", version = "0.2" } validator = { id = "binary-compatibility-validator", version = "0.8.0" } From e9a5c697e4ee00b86c366bd2b42e3463f333a17c Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Tue, 21 Dec 2021 10:33:24 -0800 Subject: [PATCH 3/4] Categorize release drafts (#61) --- .github/release-drafter.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 634710c..2e691e9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,8 +1,14 @@ -# https://github.com/release-drafter/release-drafter#configuration-options - +categories: + - title: '🐛 Bug Fixes' + label: 'bug' + - title: '🧰 Maintenance' + labels: + - 'maintenance' + - 'renovate' +change-template: '- $TITLE (#$NUMBER)' exclude-labels: - 'skip-changelog' - -change-template: '- $TITLE (#$NUMBER)' - -template: $CHANGES +template: | + ## 🚀 Changes + + $CHANGES From d9666688bc03c8c497cfcec9c9d5306ba46843b0 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Tue, 21 Dec 2021 11:10:05 -0800 Subject: [PATCH 4/4] Update dependency com.juul.tuulbox:logging to v5 (#64) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1df7abd..5423619 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.10.2" } ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.6.10-1.0.2" } ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.4.7" } robolectric = { module = "org.robolectric:robolectric", version = "4.7.3" } -tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "4.8.0" } +tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "5.0.0" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" }