-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.craft.yml
More file actions
42 lines (33 loc) · 879 Bytes
/
.craft.yml
File metadata and controls
42 lines (33 loc) · 879 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
# Craft Release Configuration
# https://getsentry.github.io/craft/configuration/
minVersion: "2.21.1"
versioning:
policy: auto
changelog:
filePath: packages/spotlight/CHANGELOG.md
policy: auto
preReleaseCommand: bash scripts/bump-version.sh
artifactProvider:
name: github
config:
artifacts:
Build & Test:
- 'npm-package'
- 'spotlight-binaries'
- 'electron-binaries'
targets:
- name: npm
path: packages/spotlight
- name: github
tagPrefix: "@spotlightjs/spotlight@"
includeNames: /^(spotlight-|Spotlight|latest-).*|.*\.(yml|blockmap)$/
- name: docker
id: versioned
source: ghcr.io/getsentry/spotlight
target: ghcr.io/getsentry/spotlight
- name: docker
id: latest
source: ghcr.io/getsentry/spotlight
target:
image: ghcr.io/getsentry/spotlight
format: "{{{target}}}:latest"