Skip to content

Commit

Permalink
build: Enhance jreleaser.yml (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Feb 11, 2023
1 parent 06c5d53 commit 843cded
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,40 @@ release:
branch: master
overwrite: true
discussionCategoryName: Announcements
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
labelers:
- label: 'feat'
title: 'regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
- label: 'fix'
title: 'regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*'
- label: 'chore'
title: '(chore)'

- label: 'dependencies'
title: '(deps)'
- label: 'dependencies'
title: 'regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
- label: 'dependencies'
title: 'regex:(?:\(deps-dev\)(?:\(.*\))?!?):\s.*'
- label: 'dependencies'
title: 'regex:^Bump\s'
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'merge'
- 'build'
- 'dependencies'
contributors:
- 'GitHub'
- 'dependabot'

announce:
zulip:
Expand Down

0 comments on commit 843cded

Please sign in to comment.