Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aphu-figure committed Nov 28, 2023
1 parent 9b95e65 commit 13252b6
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '❌ BREAKING CHANGES'
labels:
- 'breaking'
- 'BREAKING'
- title: '🚀 Features & Enhancements'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: '📖 Documentation'
labels:
- 'doc'
- 'docs'
- 'documentation'
- title: '📦 Dependency Updates'
label: 'dependencies'
version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: minor
autolabeler:
- label: 'BREAKING'
title:
- '/breaking/i'
- label: 'feature'
title:
- '/add/i'
- label: 'enhancement'
title:
- '/improve/i'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'chore'
title:
- '/chore/i'
- '/clean/i'
- '/remove/i'
- label: 'docs'
title:
- '/docs/i'
- '/doc/i'
- label: 'dependencies'
title:
- '/update/i'
- '/upgrade/i'
- '/rev/i'
template: |
# What's Changed (Override)
$CHANGES

0 comments on commit 13252b6

Please sign in to comment.