Skip to content

Commit

Permalink
ci(release-notes): better communicate changes in release notes. Refs: #…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Dec 12, 2024
1 parent 4b74078 commit 7ae7657
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ latest: 'true'
prerelease: true
prerelease-identifier: 'alpha'
categories:
- title: '⁉️ Breaking changes'
labels:
- 'breaking change'
- 'breaking'
- title: '🚀 Features'
labels:
- 'feature'
Expand All @@ -15,18 +19,19 @@ categories:
- 'bugfix'
- 'bug'
autolabeler:
- label: 'bug'
branch:
- '/fix\/.+/'
- label: 'breaking change'
title:
- '/fix/i'
- '/^([a-z]+)(\(.*\))?!:/'
- label: 'enhancement'
branch:
- '/feature\/.+/'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
title:
- '/^feat(\(.*\))?:/'
- label: 'bug'
title:
- '/^fix(\(.*\))?:/'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)<br/>$BODY'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

template: |
## Changes
## What’s Changed
$CHANGES

0 comments on commit 7ae7657

Please sign in to comment.