-
Notifications
You must be signed in to change notification settings - Fork 5
/
jreleaser.yml
89 lines (86 loc) · 2.23 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
project:
name: tw-agent
description: Tower Agent
longDescription: Tower Agent allows Tower to launch pipelines on HPC clusters that do not allow direct access throw an SSH client.
website: https://github.com/seqeralabs/tower-agent
authors:
- Seqera Labs
license: MPL-2.0
extraProperties:
inceptionYear: 2021
java:
groupId: io.seqera.tower.agent
version: 21
release:
github:
overwrite: true
draft: true
prerelease:
pattern: .*-beta
changelog:
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'feature'
title: 'Resolves #'
body: 'Resolves #'
- label: 'feature'
title: '[feature]'
- label: 'issue'
title: 'Fixes #'
body: 'Fixes #'
- label: 'issue'
title: 'Relates to #'
body: 'Relates to #'
- label: 'issue'
title: '[bug]'
- label: 'task'
title: '[task]'
- label: 'merge_pull'
title: 'Merge pull'
- label: 'merge_branch'
title: 'Merge branch'
- label: 'release'
title: '[release]'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- title: '✅ Issues'
labels:
- 'issue'
- title: '🧰 Tasks'
labels:
- 'task'
- title: 'Merge'
labels:
- 'merge_pull'
- 'merge_branch'
- title: 'Release'
labels:
- 'release'
hide:
categories:
- 'Merge'
- 'Release'
contributors:
- 'GitHub'
replacers:
- search: ' \[feature\]'
- search: ' \[bug\]'
- search: ' \[task\]'
- search: ' \[skip ci\]'
- search: ' \[release\]'
distributions:
tw-agent:
type: NATIVE_IMAGE
artifacts:
- path: "tw-agent-linux/tw-agent"
transform: "{{distributionName}}-linux-x86_64"
platform: linux-x86_64
tw-agent-jar:
type: SINGLE_JAR
artifacts:
- path: "tw-agent-jar/tw-agent.jar"