Skip to content

Commit

Permalink
build: enhance jreleaser.yml (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Feb 11, 2023
1 parent e751a11 commit b9c461b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,38 @@ 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:^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 b9c461b

Please sign in to comment.