-
-
Notifications
You must be signed in to change notification settings - Fork 170
/
.craft.yml
30 lines (30 loc) · 926 Bytes
/
.craft.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
minVersion: 0.23.1
changelogPolicy: auto
targets:
- name: github
- name: registry
sdks:
github:getsentry/sentry-native:
maven:io.sentry:sentry-native-ndk:
- name: gcs
includeNames: /^(sentry-native\.zip)$/
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
- name: maven
includeNames: /^(sentry-native-ndk-).*\.zip$/
mavenCliPath: scripts/mvnw
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
android:
distDirRegex: /^(sentry-native-ndk).*$/
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
fileReplacerStr: release.aar
requireNames:
- /^sentry-native.zip$/