Skip to content

Commit

Permalink
[build] Update release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 18, 2022
1 parent dcf52c8 commit 6c7748d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ osMavenPluginVersion = 1.6.2
mavenVersion = 3.6.3
kordampPluginVersion = 0.46.0
kordampPomVersion = 2.5.0
gitPluginVersion = 3.0.0
gitPluginVersion = 3.0.1

org.gradle.daemon = true
org.gradle.caching = true
Expand Down
8 changes: 4 additions & 4 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ release:
milestone:
name: '{{projectVersion}}'
changelog:
sort: DESC
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'feature'
title: 'Resolves #'
Expand Down Expand Up @@ -75,18 +76,17 @@ release:
- title: '⚙️ Dependencies'
labels:
- 'dependencies'
- title: 'Build'
- title: '🛠 Build'
labels:
- 'build'
hide:
categories:
- 'Build'
contributors:
- 'GitHub'
replacers:
- search: '\[chore\] '
- search: '\[deps\] '
- search: '\[docs\] '
- search: '\[build\] '

announce:
twitter:
Expand Down

0 comments on commit 6c7748d

Please sign in to comment.