Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- name: breaking-change
description: for breaking changes in the changelog.
color: ff0000
- name: security
description: for security fixes and improvements in the changelog.
color: AA1111
- name: ignore-for-release
description: PRs you do not want to render in the changelog
color: 7b8eac
Expand Down
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ changelog:
- title: ⚠️ Breaking Change
labels:
- breaking-change
- title: 🔒 Security Fixes
labels:
- security
- title: 🐛 Bug Fixes
labels:
- bugfix
Expand Down