Skip to content

Commit

Permalink
ci(release-notes): replace release-drafter with release labels config (
Browse files Browse the repository at this point in the history
…#299) (#300)

(cherry picked from commit 7956fc4)

Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
mergify[bot] and andrewazores authored Dec 11, 2023
1 parent f6f1094 commit 60b6d05
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 69 deletions.
46 changes: 0 additions & 46 deletions .github/release-drafter.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
changelog:
categories:
- title: '🚀 Features'
labels:
- 'feat'
- title: '🔧 Fixes'
labels:
- 'fix'
- title: '📄 Documentation'
labels:
- 'docs'
- title: '⚙️ Maintenance'
labels:
- 'chore'
- 'ci'
- 'perf'
- 'test'
- 'build'
- title: 'Others'
labels:
- "*"
23 changes: 0 additions & 23 deletions .github/workflows/release-drafter.yml

This file was deleted.

0 comments on commit 60b6d05

Please sign in to comment.