Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion .generated.NoMobile.sln
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A9
scripts\build-sentry-cocoa.sh = scripts\build-sentry-cocoa.sh
scripts\update-project-xml.ps1 = scripts\update-project-xml.ps1
scripts\build-sentry-native.ps1 = scripts\build-sentry-native.ps1
scripts\ios-simulator-utils.ps1 = scripts\ios-simulator-utils.ps1
scripts\commit-formatted-code.sh = scripts\commit-formatted-code.sh
scripts\accept-verifier-changes.ps1 = scripts\accept-verifier-changes.ps1
scripts\generate-cocoa-bindings.ps1 = scripts\generate-cocoa-bindings.ps1
Expand All @@ -226,6 +225,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A9
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
ProjectSection(SolutionItems) = preProject
.github\release.yml = .github\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BFF081D8-7CC0-4069-99F5-5CA0D70B56AB}"
ProjectSection(SolutionItems) = preProject
Expand Down
33 changes: 33 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
changelog:
policy: auto
exclude:
labels:
- skip-changelog
authors:
- dependabot
categories:
- title: New Features ✨
labels:
- "Changelog: Feature"
commit_patterns:
- "^feat\\b"
- title: Bug Fixes 🐛
labels:
- "Changelog: Bugfix"
commit_patterns:
- "^(fix|bugfix)\\b"
- title: Deprecations 🏗️
labels:
- "Changelog: Deprecation"
commit_patterns:
- "deprecat" # deprecation, deprecated
- title: Documentation 📚
labels:
- "Changelog: Docs"
commit_patterns:
- "^docs?\\b"
- title: Internal Changes 🔧
labels:
- "Changelog: Internal"
commit_patterns:
- "^(build|ref|chore|ci|tests?)\\b"
3 changes: 3 additions & 0 deletions Sentry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A9
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
ProjectSection(SolutionItems) = preProject
.github\release.yml = .github\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BFF081D8-7CC0-4069-99F5-5CA0D70B56AB}"
ProjectSection(SolutionItems) = preProject
Expand Down
Loading