-
Notifications
You must be signed in to change notification settings - Fork 1
/
jreleaser.yml
81 lines (79 loc) · 2.01 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
project:
name: migtool
description: MigTool CLI
longDescription: MigTool CLI tool to manage database changes
website: https://github.com/seqeralabs/migtool
authors:
- Seqera Labs
license: MPL-2.0
extraProperties:
inceptionYear: 2021
release:
github:
overwrite: true
draft: false
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:
migtool:
type: NATIVE_IMAGE
artifacts:
- path: "migtool-linux/migtool"
transform: "{{distributionName}}-linux-x86_64"
platform: linux-x86_64