Skip to content

Commit

Permalink
Merge branch 'main' into cedrickc/migrate-parceler-package
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrickcooke committed Dec 21, 2021
2 parents 894120c + d966668 commit 8ebb130
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
coverage:
status:
project: off
patch: off
fixes:
- "com/juul/exercise/compile::"
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-run
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" }
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" }

0 comments on commit 8ebb130

Please sign in to comment.