Skip to content
Closed
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
9 changes: 7 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,32 @@ changelog:
- title: Important Changes
labels:
- "Changelog: Important Change"

- title: Breaking Changes
labels:
- "Changelog: Breaking Change"
commit_patterns:
- "^\w+(\(\w+\))?!:"

- title: New Features
labels:
- "Changelog: Feature"
commit_patterns:
- "^feat(\(\w+\))?:"

- title: Bug Fixes
labels:
- "Changelog: Bugfix"
commit_patterns:
- "^fix(\(\w+\))?:"
- title: Documentation 📚

- title: Documentation
labels:
- "Changelog: Docs"
commit_patterns:
- "^docs?(\(\w+\))?:"
- title: Internal Changes 🔧

- title: Internal Changes
labels:
- "Changelog: Internal"
commit_patterns:
Expand Down
1 change: 1 addition & 0 deletions src/utils/clack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@ export async function getOrAskForProjectData(
sentryUrl: string;
selfHosted: boolean;
selectedProject: SentryProjectData;

authToken: string;
spotlight: false;
}
Expand Down
Loading