Skip to content

Commit

Permalink
ref(craft): Modernize Craft config (getsentry#1127)
Browse files Browse the repository at this point in the history
* ref(craft): Modernize Craft config

* Add missing comments back
  • Loading branch information
BYK authored Jun 11, 2021
1 parent becf6db commit e33cf05
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
---
minVersion: "0.14.0"
github:
owner: getsentry
repo: sentry-python

minVersion: 0.23.1
targets:
- name: pypi
includeNames: /^sentry[_\-]sdk.*$/
- name: github
- name: gh-pages
- name: registry
type: sdk
config:
canonical: pypi:sentry-sdk
sdks:
pypi:sentry-sdk:
- name: aws-lambda-layer
includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
layerName: SentryPythonServerlessSDK
Expand All @@ -29,11 +23,5 @@ targets:
- python3.7
- python3.8
license: MIT

changelog: CHANGELOG.md
changelogPolicy: simple

statusProvider:
name: github
artifactProvider:
name: github

0 comments on commit e33cf05

Please sign in to comment.