Skip to content

Commit

Permalink
build: Let JReleaser close related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed May 3, 2023
1 parent ddad008 commit 5b51b8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ release:
skipRelease: false
draft: true
skipTag: false
releaseName: '{{tagName}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
Expand All @@ -27,6 +28,8 @@ release:
hide:
contributors:
- 'GitHub'
issues:
enabled: true

signing:
active: ALWAYS
Expand Down

0 comments on commit 5b51b8e

Please sign in to comment.