Skip to content

Commit

Permalink
ref(craft): Modernize Craft config (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jun 4, 2021
1 parent d45871c commit b16af1c
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
minVersion: "0.15.0"
github:
owner: getsentry
repo: sentry-native
minVersion: 0.23.1
changelogPolicy: auto

statusProvider:
name: github
artifactProvider:
name: github

targets:
- name: github
- name: registry
type: sdk
config:
canonical: "github:getsentry/sentry-native"
sdks:
github:getsentry/sentry-native:
- name: gcs
bucket: sentry-sdk-assets
paths:
- path: /sentry-native/{{version}}/
metadata:
cacheControl: "public, max-age=2592000"
cacheControl: public, max-age=2592000
- path: /sentry-native/latest/
metadata:
cacheControl: "public, max-age=600"

cacheControl: public, max-age=600
requireNames:
- /^sentry-native.zip$/

0 comments on commit b16af1c

Please sign in to comment.