Skip to content

Commit

Permalink
Merge pull request #2 from tr4nt0r/update_labels
Browse files Browse the repository at this point in the history
Update release drafter configuration with emoji labels for better categorization
  • Loading branch information
tr4nt0r authored Jan 9, 2025
2 parents 7e6f491 + efe40cd commit 98cf092
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,34 @@ tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '💥 Breaking changes'
labels:
- 'breaking'
- ':boom: breaking'
- title: '✨ New Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
- ':sparkles: feature'
- title: '👻 Bug Fixes'
labels:
- 'bug'
- title: '️ Deprecations'
- ':ghost: bug'
- title: '🗄️ Deprecations'
labels:
- 'deprecation'
- ':file_cabinet: deprecation'
- title: '📃 Documentation'
labels:
- 'documentation'
- ':book: documentation'
- title: '🧩 Dependency Updates'
labels:
- 'dependencies'
- 'github_actions'
- ':recycle: dependencies'
collapse-after: 5
- title: '🧰 Maintenance'
labels:
- 'ci'
- 'build'
- ':building_construction: build'
- ':construction_worker_woman: ci'
- title: '🔬 Other updates'
labels:
- 'style'
- 'testing'
- 'perfomance'
- 'refactor'
- ':nail_care: style'
- ':test_tube: testing'
- ':racing_car: performance'
- ':rocket: code quality'


autolabeler:
- label: ':sparkles: feature'
Expand Down Expand Up @@ -88,5 +87,3 @@ template: |
$CHANGES
Contributors: $CONTRIBUTORS
**Full Changelog**: $REPOSITORY/compare/$PREVIOUS_TAG...$NEXT_COMPLETE_VERSION

0 comments on commit 98cf092

Please sign in to comment.