forked from redis/riot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
101 lines (93 loc) · 2.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
project:
name: riot
description: Redis Input/Output Tools
longDescription: Get data in and out of Redis with RIOT
links:
homepage: https://developer.redis.com/riot
authors:
- Julien Ruaux
license: Apache-2.0
java:
groupId: com.redis
version: 17
multiProject: true
inceptionYear: 2020
tags:
- 'redis'
- 'data'
- 'import'
- 'export'
- 'tool'
- 'file'
- 'database'
- 'generator'
- 'datagen'
- 'migration'
release:
github:
overwrite: true
changelog:
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
enabled: false
labelers:
- label: 'dependencies'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 130
categories:
- title: 'Merge'
labels:
- 'merge_pull'
- 'merge_branch'
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 80
labels:
- 'dependencies'
hide:
categories:
- 'Merge'
replacers:
- search: 'deps: '
announce:
slack:
active: release
channel: '#field-engineering-announcements'
message: '🧨 RIOT {{projectVersion}} has been released! {{releaseNotesUrl}}'
packagers:
brew:
active: release
scoop:
active: release
bucket:
name: scoop
docker:
active: always
repository:
active: never
registries:
- serverName: DEFAULT
repositoryName: fieldengineering
imageNames:
- 'fieldengineering/{{distributionName}}:{{projectVersion}}'
- 'fieldengineering/{{distributionName}}:latest'
labels:
'org.opencontainers.image.title': '{{distributionName}}'
distributions:
riot-db:
artifacts:
- path: 'connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip'
riot-file:
artifacts:
- path: 'connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip'
riot-gen:
artifacts:
- path: 'connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip'
riot-redis:
artifacts:
- path: 'connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip'
files:
artifacts:
- path: VERSION