From 50e68220e954a35242b601868b4608d9195f97ed Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Thu, 12 Oct 2023 08:44:42 +0200 Subject: [PATCH] ci: add -p on mkdir Release-As: 0.1.2 --- .github/workflows/release-please.yaml | 2 +- CHANGELOG.md | 94 --------------------------- 2 files changed, 1 insertion(+), 95 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 6d51ec5a..1e5992ed 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -56,7 +56,7 @@ jobs: - name: Add signing secrets to gradle.properties run: | - mkdir ~/.gradle/ + mkdir -p ~/.gradle/ echo "signing.keyId=$GPG_SIGNING_KEY_ID" >> ~/.gradle/gradle.properties echo "signing.password=$GPG_SIGNING_KEY_PASSWORD" >> ~/.gradle/gradle.properties echo "signing.secretKeyRingFile=/home/runner/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20979f..825c32f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,95 +1 @@ # Changelog - -## [0.1.2](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/v0.1.2...0.1.2) (2023-10-12) - - -### ๐Ÿ› Bug Fixes - -* add pom declaration to maven publication ([#81](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/81)) ([34e2f63](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/34e2f6366a0932f4a0e5cc3d45aaa5a5f92144d9)) -* do not fail network deserialization on unknown fields ([#79](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/79)) ([a939aac](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/a939aac4d18ea296423829e1f6a914ec15982bf6)) -* Move apply cache into disk storage ([#80](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/80)) ([5b67fd8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5b67fd86cc7a1accf36cc001a23330368de9f0bd)) -* On context change ([#69](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/69)) ([0904cd6](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/0904cd6205312cab822b0eb8ecc39e64923a534e)) -* stop minification ([#87](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/87)) ([2b141d3](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/2b141d39dc859bbb92b61aabcbbc9f6e3125ce2a)) - - -### โœจ New Features - -* create release please manifest and config file and ci workflow ([#59](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/59)) ([e8df118](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/e8df118143c904e17d8b95c95f86ae62a920ed00)) - - -### ๐Ÿงน Chore - -* artifact update android instead of kotlin ([#73](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/73)) ([b41f750](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b41f750e4ad91823e8d3399a450c19ce1c2a841e)) -* Bump gradle wrapper to 8.2 ([6720bb8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/6720bb8ee35a3572a0ec57312765a855b01cceae)) -* **docs:** update readme to include the logic about context change ([#71](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/71)) ([b266dd5](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b266dd5d0ab3f128ccc9b6bc15a53af56a4ce51e)) -* **main:** release 0.1.1 ([#64](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/64)) ([5837aa7](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5837aa730aff7983f238a247f77f9dbff2eb59fa)) -* **main:** release 0.1.1 ([#83](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/83)) ([3c09925](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/3c09925018d8b13e512c988392de0e85d7b9c5da)) -* **main:** release 0.1.1 ([#86](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/86)) ([1354d91](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/1354d9155147e5f5be23ecc686e1809e49094a01)) -* **main:** release 0.1.2 ([#88](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/88)) ([be1ce32](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/be1ce3222e38209bf0f0cdb218b2d4917948556e)) -* **main:** release 0.1.2 ([#91](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/91)) ([50b72c8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/50b72c87a253cee76adae09446b512bc3c7cc3f6)) -* manually release 0.1.1 ([305e7fa](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/305e7fa641b7624a4a50e4c38477e6e8020679ac)) -* manually release 0.1.2 ([28c9b78](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/28c9b78e211fcdf167d0d8d542d100ee10d740fd)) -* only Provider as part of release-please release ([#65](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/65)) ([5102f46](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5102f46066f68ef5f4894f5e21fbbb4ded8baf1c)) -* rename package structure and artifact id ([#72](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/72)) ([421782a](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/421782a2b5c62b15a8b29e38e1ad29bac035b4a8)) -* update to use openfeature sdk dependency ([#56](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/56)) ([856f40f](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/856f40f796ec6cbba7ee477c3d54aa40333d5026)) -* update with release please markers ([#70](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/70)) ([079c1cb](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/079c1cb097ed3cdb22d00cceaa603b3dd2fa8921)) - - -### ๐Ÿšฆ CI - -* correct RP outputs ([14303c2](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/14303c2fb6b8df7e42fc06d93981dc5f9e8a9c23)) - - -### ๐Ÿ”„ Refactoring - -* minor fix with a param name ([#90](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/90)) ([4609f56](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/4609f56e0f1a545e74f21d4621f876762029616e)) - -## [0.1.2](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/v0.1.2...0.1.2) (2023-10-11) - - -### ๐Ÿ› Bug Fixes - -* add pom declaration to maven publication ([#81](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/81)) ([34e2f63](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/34e2f6366a0932f4a0e5cc3d45aaa5a5f92144d9)) -* do not fail network deserialization on unknown fields ([#79](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/79)) ([a939aac](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/a939aac4d18ea296423829e1f6a914ec15982bf6)) -* Move apply cache into disk storage ([#80](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/80)) ([5b67fd8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5b67fd86cc7a1accf36cc001a23330368de9f0bd)) -* On context change ([#69](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/69)) ([0904cd6](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/0904cd6205312cab822b0eb8ecc39e64923a534e)) -* stop minification ([#87](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/87)) ([2b141d3](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/2b141d39dc859bbb92b61aabcbbc9f6e3125ce2a)) - - -### โœจ New Features - -* create release please manifest and config file and ci workflow ([#59](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/59)) ([e8df118](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/e8df118143c904e17d8b95c95f86ae62a920ed00)) - - -### ๐Ÿงน Chore - -* artifact update android instead of kotlin ([#73](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/73)) ([b41f750](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b41f750e4ad91823e8d3399a450c19ce1c2a841e)) -* Bump gradle wrapper to 8.2 ([6720bb8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/6720bb8ee35a3572a0ec57312765a855b01cceae)) -* **docs:** update readme to include the logic about context change ([#71](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/71)) ([b266dd5](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b266dd5d0ab3f128ccc9b6bc15a53af56a4ce51e)) -* **main:** release 0.1.1 ([#64](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/64)) ([5837aa7](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5837aa730aff7983f238a247f77f9dbff2eb59fa)) -* **main:** release 0.1.1 ([#83](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/83)) ([3c09925](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/3c09925018d8b13e512c988392de0e85d7b9c5da)) -* **main:** release 0.1.1 ([#86](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/86)) ([1354d91](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/1354d9155147e5f5be23ecc686e1809e49094a01)) -* **main:** release 0.1.2 ([#88](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/88)) ([be1ce32](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/be1ce3222e38209bf0f0cdb218b2d4917948556e)) -* manually release 0.1.1 ([305e7fa](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/305e7fa641b7624a4a50e4c38477e6e8020679ac)) -* manually release 0.1.2 ([28c9b78](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/28c9b78e211fcdf167d0d8d542d100ee10d740fd)) -* only Provider as part of release-please release ([#65](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/65)) ([5102f46](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5102f46066f68ef5f4894f5e21fbbb4ded8baf1c)) -* rename package structure and artifact id ([#72](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/72)) ([421782a](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/421782a2b5c62b15a8b29e38e1ad29bac035b4a8)) -* update to use openfeature sdk dependency ([#56](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/56)) ([856f40f](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/856f40f796ec6cbba7ee477c3d54aa40333d5026)) -* update with release please markers ([#70](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/70)) ([079c1cb](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/079c1cb097ed3cdb22d00cceaa603b3dd2fa8921)) - - -### ๐Ÿ”„ Refactoring - -* minor fix with a param name ([#90](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/90)) ([4609f56](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/4609f56e0f1a545e74f21d4621f876762029616e)) - -## [0.1.2](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/0.1.1...0.1.2) (2023-10-11) - - -### ๐Ÿ› Bug Fixes - -* stop minification ([#87](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/87)) ([2b141d3](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/2b141d39dc859bbb92b61aabcbbc9f6e3125ce2a)) - - -### ๐Ÿ”„ Refactoring - -* minor fix with a param name ([#90](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/90)) ([4609f56](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/4609f56e0f1a545e74f21d4621f876762029616e))