Skip to content

Commit

Permalink
ref(craft): Modernize Craft config (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Jun 2, 2021
1 parent 368bd86 commit f173dcd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .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:

0 comments on commit f173dcd

Please sign in to comment.