Skip to content

Commit

Permalink
updated title prefixes
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Apr 25, 2024
1 parent 1dc2b48 commit c25bbf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,23 @@ template: |
See details of [all code changes](https://github.com/finos/git-proxy/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
categories:
- title: ':rocket: Features'
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: ':bug: Bug Fixes'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: ':gear: Maintenance'
- title: '🧰 Maintenance'
labels:
- 'infrastructure'
- 'automation'
- 'documentation'
- 'dependencies'
- 'maintenance'
- 'revert'
- title: ':racing_car: Performance'
label: 'performance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
Expand All @@ -44,7 +42,7 @@ version-resolver:
autolabeler:
- label: 'automation'
title:
- '/^(build|ci|perf|refactor|test).*/i'
- '/^(ci|perf|refactor|test).*/i'
- label: 'enhancement'
title:
- '/^(style).*/i'
Expand All @@ -53,7 +51,7 @@ autolabeler:
- '/^(docs).*/i'
- label: 'feature'
title:
- '/^(feat).*/i'
- '/^(feat|break).*/i'
- label: 'fix'
title:
- '/^(fix).*/i'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# From: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# listing all below
types: |
build
chore
ci
docs
Expand All @@ -37,5 +36,5 @@ jobs:
perf
refactor
revert
style
test
test
break

0 comments on commit c25bbf9

Please sign in to comment.