-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepares for publishing the SDK with craft to GitHub, the release registry, and our artifact store.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
minVersion: "0.9.6" | ||
github: | ||
owner: getsentry | ||
repo: sentry-native | ||
changelogPolicy: simple | ||
|
||
statusProvider: | ||
name: github | ||
artifactProvider: | ||
name: zeus | ||
|
||
targets: | ||
- name: github | ||
- name: registry | ||
type: sdk | ||
config: | ||
canonical: "github:getsentry/sentry-native" | ||
- name: gcs | ||
bucket: sentry-sdk-assets | ||
paths: | ||
- path: /sentry-native/{{version}}/ | ||
metadata: | ||
cacheControl: "public, max-age=2592000" | ||
- path: /sentry-native/latest/ | ||
metadata: | ||
cacheControl: "public, max-age=600" | ||
|
||
requireNames: | ||
- /^sentry-native.zip$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters