-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjreleaser.yml
48 lines (45 loc) · 1.31 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
environment:
properties:
artifactsDir: sdkman-ui/target
project:
name: sdkman-ui
description: This project aims to offer a Graphical User Interface for SDKMAN
authors:
- Jago de Vreede
license: Apache-2.0
links:
homepage: https://github.com/jagodevreede/sdkman-ui
java:
groupId: io.github.jagodevreede
version: 17
inceptionYear: 2024
release:
github:
overwrite: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
hide:
categories:
- 'merge'
- 'build'
- '-'
contributors:
- 'GitHub'
- 'github-actions[bot]'
replacers:
- search: '\[chore\] '
distributions:
sdkman-ui:
type: NATIVE_PACKAGE
artifacts:
- path: '{{artifactsDir}}/sdkman-ui-windows_x86_64-{{projectVersion}}.zip'
platform: 'windows-x86_64'
- path: '{{artifactsDir}}/sdkman-ui-osx_x86_64-{{projectVersion}}.zip'
platform: 'osx-x86_64'
- path: '{{artifactsDir}}/sdkman-ui-linux_x86_64-{{projectVersion}}.zip'
platform: 'linux-x86_64'
- path: '{{artifactsDir}}/sdkman-ui-osx_aarch64-{{projectVersion}}.zip'
platform: 'osx_aarch64'