Skip to content

Commit

Permalink
Switch to built-in release notes generator
Browse files Browse the repository at this point in the history
Customization flexibility is similar, so switch over.

We'll need to click the Generate release notes button when creating a release now, but this allows tweaking before publishing, which is a plus.
  • Loading branch information
kzu authored Nov 16, 2022
1 parent 055a8b7 commit 2c80ab0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 61 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
changelog:
exclude:
labels:
- bydesign
- dependencies
- duplicate
- question
- invalid
- wontfix
- need info
- docs
authors:
- devlooped-bot
- dependabot
- github-actions
categories:
- title: ✨ Implemented enhancements
labels:
- enhancement
- title: 🐛 Fixed bugs
labels:
- bug
- title: 🔨 Other
labels:
- '*'
61 changes: 0 additions & 61 deletions .github/workflows/release-notes.yml

This file was deleted.

0 comments on commit 2c80ab0

Please sign in to comment.