-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjreleaser.yml
55 lines (53 loc) · 1.35 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
47
48
49
50
51
52
53
54
55
project:
name: trustify-operator
description: Trustify Operator
longDescription: Trustify Operator
authors:
- Trustification
license: Apache-2
java:
groupId: org.trustify.operator
version: 21
inceptionYear: 2024
links:
homepage: https://trustification.io/
release:
github:
owner: trustification
name: trustify-operator
branch: main
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:(?:\(deps-dev\)(?:\(.*\))?!?):\s.*'
- label: 'dependencies'
title: 'regex:^Bump\s'
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'merge'
- 'build'
- 'dependencies'
contributors:
- 'GitHub'
- 'dependabot'