-
Notifications
You must be signed in to change notification settings - Fork 12
/
jreleaser.yml
46 lines (46 loc) · 1.36 KB
/
jreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
release:
github:
owner: jcgay
username: jcgay
overwrite: true
skipTag: true
branch: master
files: false
artifacts: false
checksums: false
signatures: false
changelog:
links: true
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
enabled: true
labelers:
- label: 'merge_pull'
title: 'Merge pull'
- label: 'merge_branch'
title: 'Merge branch'
- label: 'dependencies'
title: 'Bump'
- label: 'release'
title: '[maven-release-plugin]'
- label: 'issue'
title: '^Fix'
body: 'Fixes #'
categories:
- title: 'Noise'
labels:
- 'merge_pull'
- 'merge_branch'
- 'release'
- title: '✅ Issues'
labels:
- 'issue'
- title: '⚙️ Dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'Noise'
contributors:
- 'dependabot'