Skip to content

Commit

Permalink
ref(craft): Modernize Craft config (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jun 2, 2021
1 parent f309b7a commit a3f28f9
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
minVersion: '0.17.1'
github:
owner: getsentry
repo: sentry-dart
minVersion: 0.23.1
changelogPolicy: auto
statusProvider:
name: github
artifactProvider:
name: none
targets:
- name: github
- name: registry
type: sdk
config:
canonical: "pub:sentry"
- name: registry
type: sdk
config:
canonical: "pub:sentry_flutter"
sdks:
pub:sentry:
pub:sentry_flutter:

0 comments on commit a3f28f9

Please sign in to comment.