forked from mthmulders/mcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
86 lines (84 loc) · 2.2 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
project:
name: mcs
description: Maven Central Search
longDescription: Use Maven Central Repository Search from your command line!
links:
bugTracker: https://github.com/mthmulders/mcs/issues
homepage: https://maarten.mulders.it/projects/mcs/
vcsBrowser: https://github.com/mthmulders/mcs
authors:
- Maarten Mulders
license: MIT
extraProperties:
inceptionYear: 2021
stereotype: CLI
tags:
- 'maven'
- 'development'
- 'cli'
release:
github:
enabled: true
owner: mthmulders
name: mcs
username: mthmulders
update:
enabled: true
changelog:
formatted: ALWAYS
preset: 'conventional-commits'
links: true
hide:
contributors:
- 'Maarten Mulders'
- '[bot]'
- 'GitHub'
distributions:
mcs:
stereotype: CLI
type: BINARY
brew:
active: RELEASE
multiPlatform: true
tap:
active: release
chocolatey:
active: RELEASE
bucket:
active: RELEASE
remoteBuild: true
sdkman:
active: RELEASE
snap:
active: RELEASE
base: core
localPlugs:
- network
architectures:
- buildOn: [amd64]
runOn: [amd64]
snap:
active: RELEASE
name: mcs-snap
owner: mthmulders
packageName: maven-central-search
remoteBuild: true
artifacts:
- path: ./{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-linux-x86_64.zip
platform: linux-x86_64
extraProperties:
graalVMNativeImage: true
- path: ./{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-linux-x86_64.tar.gz
platform: linux-x86_64
extraProperties:
graalVMNativeImage: true
- path: ./{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-windows-x86_64.zip
platform: windows-x86_64
- path: ./{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-x86_64.zip
platform: osx-x86_64
extraProperties:
graalVMNativeImage: true
- path: ./{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-aarch_64.zip
platform: osx-aarch_64
extraProperties:
graalVMNativeImage: true