Skip to content

Commit

Permalink
Update draft-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Dec 21, 2023
1 parent f0e36cd commit b39f415
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions .github/draft-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,38 @@ template: |
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
categories:
- title: 'Breaking'
label: 'type: breaking'
- title: 'Models'
label: 'type: models'
- title: 'Datasets'
label: 'type: datasets'
- title: 'New'
label: 'type: feature'
- title: 'Bug Fixes'
label: 'type: bug'
- title: 'Maintenance'
label: 'type: maintenance'
- title: 'Documentation'
label: 'type: docs'
- title: 'Other changes'
- title: 'Dependency Updates'
label: 'type: dependencies'
- title: '💥 Breaking Changes'
label: 'breaking'
- title: '🧱 Models'
label: 'models'
- title: '🗃️ Datasets'
label: 'datasets'
- title: '🚀 Features'
label: 'feature'
- title: '🐛 Bug Fixes'
label: 'bug'
- title: '📝 Documentation'
label: 'docs'
- title: '✅ Other changes'
- title: '💯 Dependency Updates'
label: 'dependencies'
collapse-after: 5

version-resolver:
major:
labels:
- 'type: breaking'
- 'breaking'
minor:
labels:
- 'type: feature'
- 'feature'
patch:
labels:
- 'type: bug'
- 'type: maintenance'
- 'type: docs'
- 'type: dependencies'
- 'type: security'
- 'type: models'
- 'type: datasets'
- 'bug'
- 'maintenance'
- 'docs'
- 'dependencies'
- 'models'
- 'datasets'

exclude-labels:
- 'skip-changelog'
- 'skip-changelog'

0 comments on commit b39f415

Please sign in to comment.