From c2083d3f3877e026691bf358949023bdbd5168f2 Mon Sep 17 00:00:00 2001 From: "Reece H. Dunn" Date: Sat, 20 May 2023 18:00:22 +0100 Subject: [PATCH 1/2] Fix running the watchos_x86 build action on GitHub Actions. --- .github/workflows/build-native-watchos.yml | 2 +- buildSrc/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-native-watchos.yml b/.github/workflows/build-native-watchos.yml index 63ebd99..57e5cf2 100644 --- a/.github/workflows/build-native-watchos.yml +++ b/.github/workflows/build-native-watchos.yml @@ -55,7 +55,7 @@ jobs: publish-action: publishWatchosx64 run-tests: false # Invalid device: Apple Watch Series 5. See https://youtrack.jetbrains.com/issue/KT-54814. - konan-target: watchos_x86 - build-action: watchos86 + build-action: watchosx86 publish-action: publishWatchosx86 run-tests: true diff --git a/buildSrc/CHANGELOG.md b/buildSrc/CHANGELOG.md index 341d6f6..9e371c6 100644 --- a/buildSrc/CHANGELOG.md +++ b/buildSrc/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + - Don't run the workflows when pushing tags to the repository. - Set `jvm.variants` and `konan.variants` to `target-only` when importing the project in IntelliJ IDEA. +- Fix running the build action for the `watchos_x86` Kotlin/native target on + GitHub Actions. ## [1.2.0] - 2023-05-16 From ef8d103661e46bc945564d7eb6867f1297e0f5e3 Mon Sep 17 00:00:00 2001 From: "Reece H. Dunn" Date: Sat, 20 May 2023 16:48:11 +0100 Subject: [PATCH 2/2] kotlin-multiplatform-template 1.2.1 --- buildSrc/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildSrc/CHANGELOG.md b/buildSrc/CHANGELOG.md index 9e371c6..bc91ff5 100644 --- a/buildSrc/CHANGELOG.md +++ b/buildSrc/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2023-05-20 + ### Fixed - Don't run the workflows when pushing tags to the repository. @@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Build and publish the Dokka documentation to GitHub Pages. - Build and optionally deploy the various targets to Maven Central. -[Unreleased]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.0.0...HEAD +[Unreleased]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.2.1...HEAD +[1.2.1]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/rhdunn/kotlin-multilpatform-template/releases/tag/1.0.0