Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minVersion: 0.34.1
minVersion: 2.14.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hope this bump goes smoothly

targets:
- name: pypi
includeNames: /^sentry[_\-]sdk.*$/
Expand Down
5 changes: 5 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,28 @@ changelog:
- "Changelog: Feature"
commit_patterns:
- "^feat\\b"
semver: minor
- title: Bug Fixes 🐛
labels:
- "Changelog: Bugfix"
commit_patterns:
- "^(fix|bugfix)\\b"
semver: patch
- title: Deprecations 🏗️
labels:
- "Changelog: Deprecation"
commit_patterns:
- "deprecat" # deprecation, deprecated
semver: patch
- title: Documentation 📚
labels:
- "Changelog: Docs"
commit_patterns:
- "^docs?\\b"
semver: patch
- title: Internal Changes 🔧
labels:
- "Changelog: Internal"
commit_patterns:
- "^(build|ref|chore|ci|tests?)\\b"
semver: patch