Skip to content

Commit dfbd55a

Browse files
committed
Update .goreleaser.yml
1 parent 6877dc4 commit dfbd55a

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.goreleaser.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,25 @@ changelog:
8585
- title: ✨ Features
8686
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
8787
order: 0
88-
- title: 🐛 Fixes
88+
- title: 🐛 Bug Fixes
8989
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
9090
order: 1
91-
- title: 📚 Docs & Chores
92-
regexp: '^.*?(docs?|chore|style|refactor)(\([[:word:]]+\))??!?:.+$'
91+
- title: 🚀 Performance Improvements
92+
regexp: '^.*?perf(\([[:word:]]+\))??!?:.+$'
9393
order: 2
94-
- title: ⬆️ Dependencies
95-
regexp: '^.*?(feat|fix|chore|build)\(deps?\):?.+$'
94+
- title: 🔨 Refactoring
95+
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
9696
order: 3
97-
- title: 🚀 Performance
98-
regexp: '^.*?perf(\([[:word:]]+\))??!?:.+$'
97+
- title: 📚 Documentation
98+
regexp: '^.*?docs?(\([[:word:]]+\))??!?:.+$'
9999
order: 4
100-
- title: Other
100+
- title: 🔧 Build & Dependencies
101+
regexp: '^.*?(build|ci)(\([[:word:]]+\))??!?:.+$'
102+
order: 5
103+
- title: 🧹 Maintenance
104+
regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$'
105+
order: 6
106+
- title: 📦 Other Changes
101107
order: 999
102108
filters:
103109
exclude:

0 commit comments

Comments
 (0)