Skip to content

Commit

Permalink
chore: update release-drafter.yml version-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 26, 2023
1 parent 32df249 commit dff7074
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
- 'feature'
patch:
labels:
- 'patch'
- 'fix'
default: patch
autolabeler:
- label: 'feature'
Expand All @@ -47,6 +47,17 @@ autolabeler:
- 'docs/*'
- '*.md'
template: |
## Changes
# Release $RESOLVED_VERSION
## Overview
This release includes the following categories of changes:
$CATEGORIES
## Changes
$CHANGES
## Contributors
Thanks to the following people who have contributed to this release:
$CONTRIBUTORS
## What's next
Stay tuned for more updates and improvements in our upcoming releases.

0 comments on commit dff7074

Please sign in to comment.