Skip to content

Commit

Permalink
chore(releasenotes): update workflow configurations (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 28, 2024
1 parent 8c58922 commit c7f188d
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ autolabeler:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'improvement'
branch:
- '/improv\/.+/'
title:
- '/improv/i'
- label: 'feature'
branch:
- '/feature\/.+/'
Expand All @@ -23,9 +28,9 @@ autolabeler:
- '/docs/i'
- label: 'maintenance'
branch:
- '/(chore|refactor|style|test|ci|perf|build|deps)\/.+/'
- '/(chore|refactor|style|test|ci|perf|build)\/.+/'
title:
- '/(chore|refactor|style|test|ci|perf|build|deps)/i'
- '/(chore|refactor|style|test|ci|perf|build)/i'
- label: 'chore'
branch:
- '/chore\/.+/'
Expand Down Expand Up @@ -74,31 +79,34 @@ autolabeler:
categories:
- title: 'πŸš€ Features'
labels:
- 'feat'
- 'feature'
- "type: enhancement"
- "type: new feature"
- "type: major"
- title: 'πŸ› Bug Fixes'
- "type: minor"
- title: 'πŸ’‘ Improvements'
labels:
- 'fix'
- 'improvement'
- "type: improvement"

- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bug'
- "type: bug"
- "type: minor"
- title: 'πŸ“š Documentation'
labels:
- 'docs'
- title: 'πŸ”§ Maintenance'
labels:
- 'maintenance'
- 'chore'
- 'refactor'
- 'style'
- 'test'
- 'ci'
- 'perf'
- 'build'
- 'deps'
- "type: dependency upgrade"
- "dependencies"
- "type: ci"
- "type: build"
- title: 'βͺ Reverts'
Expand Down

0 comments on commit c7f188d

Please sign in to comment.