Skip to content

Commit

Permalink
[build] Tweak release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 11, 2022
1 parent 071219d commit fbb0cc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ release:
overwrite: true
sign: true
branch: master
milestone:
name: '{{projectVersion}}'
changelog:
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
Expand All @@ -57,6 +59,8 @@ release:
title: '[chore]'
- label: 'ikonli-browser'
title: '[ikonli-browser]'
- label: 'build'
title: '[build]'
categories:
- title: '🖥 Ikonli Browser'
labels:
Expand All @@ -70,6 +74,14 @@ release:
- title: '🧰 Tasks'
labels:
- 'task'
- title: '🛠 Build'
labels:
- 'build'
hide:
categories:
- 'Merge'
contributors:
- 'GitHub'
replacers:
- search: '\[chore\] '
- search: '\[ikonli\-browser\] '
Expand Down

0 comments on commit fbb0cc1

Please sign in to comment.