-
Notifications
You must be signed in to change notification settings - Fork 20
/
jreleaser.yml
73 lines (70 loc) · 1.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
project:
name: brewdis
description: Brewdis Demo
longDescription: Real-time inventory demo using Redis
website: https://github.com/redis-developer/brewdis
authors:
- Julien Ruaux
license: Apache-2.0
java:
groupId: com.redislabs
version: 8
multiProject: true
extraProperties:
inceptionYear: 2020
release:
github:
branch: master
username: jruaux
overwrite: true
changelog:
sort: DESC
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
labelers:
- label: 'feature'
title: 'Resolves #'
body: 'Resolves #'
- label: 'issue'
title: 'Fixes #'
body: 'Fixes #'
- label: 'issue'
title: 'Relates to #'
body: 'Relates to #'
- label: 'task'
title: '[chore]'
- label: 'dependencies'
title: '[deps]'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- title: '✅ Issues'
labels:
- 'issue'
- title: '🧰 Tasks'
labels:
- 'task'
- title: '⚙️ Dependencies'
labels:
- 'dependencies'
replacers:
- search: '\[chore\] '
replace: ''
- search: '\[deps\] '
replace: ''
distributions:
brewdis:
type: SINGLE_JAR
artifacts:
- path: app/brewdis-api/build/libs/brewdis-api-{{projectVersion}}.jar
docker:
active: never
registries:
- serverName: DEFAULT
username: jruaux
labels:
'org.opencontainers.image.title': 'brewdis'
files:
artifacts:
- path: VERSION