Skip to content

Commit

Permalink
[build] fix release drafter labels (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Jun 15, 2022
1 parent 2d2f7e3 commit 165c8b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ tag-template: v$NEXT_PATCH_VERSION
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
categories:
- title: Major Changes
label: "changes: major"
label: "change: major"

- title: Minor Changes
label: "changes: minor"
label: "change: minor"

- title: Patch Changes
label: "changes: patch"
label: "change: patch"

- title: Other Changes

template: |
$CHANGES
$CHANGES

0 comments on commit 165c8b3

Please sign in to comment.