-
Notifications
You must be signed in to change notification settings - Fork 23
/
jreleaser.yml
107 lines (104 loc) · 2.94 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
102
103
104
105
106
107
project:
name: mcs
description: Maven Central Search
longDescription: Search Maven Central 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'
announce:
mastodon:
active: RELEASE
host: https://mastodon.online/
status: 🚀 {{projectName}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.
bluesky:
active: RELEASE
host: https://bsky.social
handle: mthmulders.bsky.social
status: 🚀 {{projectName}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.
twitter:
active: RELEASE
status: 🚀 {{projectName}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.
distributions:
mcs:
stereotype: CLI
type: BINARY
brew:
active: RELEASE
multiPlatform: true
repository:
active: RELEASE
chocolatey:
active: RELEASE
repository:
active: RELEASE
remoteBuild: true
iconUrl: https://maarten.mulders.it/img/mcs-icon.png
title: Maven Central Search
sdkman:
active: RELEASE
snap:
active: RELEASE
base: core
localPlugs:
- network
architectures:
- buildOn: [amd64]
runOn: [amd64]
repository:
active: RELEASE
name: mcs-snap
owner: mthmulders
packageName: maven-central-search
remoteBuild: true
scoop:
active: RELEASE
repository:
active: RELEASE
name: scoop-mcs
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