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
… (backport #695) (#696)

* ci(release-notes): replace release-drafter with release labels config (#695)

(cherry picked from commit 4c60509)

* ci(release-notes): remove missed action config in #695 (#697)

---------

Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
mergify[bot] and andrewazores authored Dec 8, 2023
1 parent f766233 commit 95e76b6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 40 deletions.
23 changes: 0 additions & 23 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:
- "*"
17 changes: 0 additions & 17 deletions .github/workflows/release-drafter.yml

This file was deleted.

0 comments on commit 95e76b6

Please sign in to comment.