Skip to content

Commit e33cf05

Browse files
authored
ref(craft): Modernize Craft config (#1127)
* ref(craft): Modernize Craft config * Add missing comments back
1 parent becf6db commit e33cf05

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.craft.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
---
2-
minVersion: "0.14.0"
3-
github:
4-
owner: getsentry
5-
repo: sentry-python
6-
1+
minVersion: 0.23.1
72
targets:
83
- name: pypi
94
includeNames: /^sentry[_\-]sdk.*$/
105
- name: github
116
- name: gh-pages
127
- name: registry
13-
type: sdk
14-
config:
15-
canonical: pypi:sentry-sdk
8+
sdks:
9+
pypi:sentry-sdk:
1610
- name: aws-lambda-layer
1711
includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
1812
layerName: SentryPythonServerlessSDK
@@ -29,11 +23,5 @@ targets:
2923
- python3.7
3024
- python3.8
3125
license: MIT
32-
3326
changelog: CHANGELOG.md
3427
changelogPolicy: simple
35-
36-
statusProvider:
37-
name: github
38-
artifactProvider:
39-
name: github

0 commit comments

Comments
 (0)