Skip to content

Commit

Permalink
Create patch versions only for bugfix PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 18, 2022
1 parent ce0ca0d commit 08067ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
label: removed
- title: ⚠️ Deprecated
label: deprecated
- title: 🚀 New features
- title: 🚀 New Features
labels:
- feature
- title: ✨ Improvements
Expand All @@ -22,11 +22,11 @@ categories:
- fix
- bugfix
- regression
- title: 📝 Documentation updates
- title: 📝 Documentation Updates
label: documentation
- title: 📦 Dependency updates
- title: 📦 Dependency Updates
label: dependencies
- title: 🔧 Internal changes
- title: 🔧 Internal Changes
label: internal
- title: 🚦 Tests
labels:
Expand All @@ -42,12 +42,12 @@ version-resolver:
- 'feature'
- 'enhancement'
- 'deprecated'
patch:
labels:
- 'dependencies'
- 'documentation'
- 'tests'
- 'internal'
patch:
labels:
- 'bug'
default: minor

Expand Down

0 comments on commit 08067ad

Please sign in to comment.