From f173dcdc0449799e0cc1d3deb68cf5f7c52b1ba5 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 3 Jun 2021 00:19:28 +0300 Subject: [PATCH] ref(craft): Modernize Craft config (#1151) --- .craft.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.craft.yml b/.craft.yml index 64e562ca9b0..c60d251142d 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,18 +1,10 @@ -minVersion: '0.9.3' -github: - owner: getsentry - repo: sentry-cocoa +minVersion: 0.23.1 changelogPolicy: auto preReleaseCommand: bash ./scripts/bump.sh -statusProvider: - name: github -artifactProvider: - name: github targets: - name: github - name: cocoapods specPath: Sentry.podspec - name: registry - type: sdk - config: - canonical: 'cocoapods:sentry-cocoa' + sdks: + cocoapods:sentry-cocoa: