Skip to content

Commit

Permalink
Updating Release Drafter config
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan LeDoux <jordan.ledoux@gmail.com>
  • Loading branch information
JordanRL committed Oct 25, 2022
1 parent f58f3a0 commit 59e75c8
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ categories:
- 'Feature: Type'
- 'Feature: Value'
- 'Feature: Operation'
- title: 'Module: Complex Numbers'
labels:
- 'Module: Complex Numbers'
- title: 'Module: Coordinates'
labels:
- 'Module: Coordinate Systems'
- title: 'Module: Linear Algebra'
labels:
- 'Module: Matrices and Vectors'
- title: 'Module: Statistics'
labels:
- 'Module: Stats'
- title: 'Module: Expressions'
labels:
- 'Module: Algebra Expressions'
- title: 'Bug Fixes'
labels:
- 'Bug'
Expand All @@ -17,7 +32,7 @@ categories:
- 'Code Quality'
- 'Performance'
- 'UX Improvement'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
exclude-labels:
- 'PR: Skip Changelog'
Expand All @@ -33,10 +48,6 @@ version-resolver:
- 'PR: Patch'
default: patch
autolabeler:
- label: 'PR: Skip Changelog'
files:
- '*.md'
- '*.yml'
- label: 'PR: Major'
title:
- '/changed/i'
Expand Down

0 comments on commit 59e75c8

Please sign in to comment.