-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
107 lines (103 loc) · 3.33 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: arconia-cli
description: Enhance the developer experience for Spring Boot
longDescription: |
Arconia CLI is a powerful tool designed to streamline and enhance the developer experience
when working with Spring Boot applications. It offers a comprehensive set of convenient
commands to build, test, and run Spring Boot applications effortlessly. With Arconia CLI,
you can upgrade your applications to the latest Spring Boot version with a single command,
saving time and ensuring you're always using the most up-to-date features. Additionally,
it simplifies the process of packaging your application as a container image, supporting
both Cloud Native Buildpacks and Dockerfiles. Whether you're a seasoned Spring Boot
developer or just getting started, Arconia CLI aims to boost your productivity and make
your development workflow smoother and more efficient.
links:
homepage: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
faq: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
authors:
- Thomas Vitale
license: Apache-2.0
inceptionYear: "2024"
stereotype: CLI
tags:
- spring-boot
- developer-experience
- java
platform:
replacements:
aarch_64: aarch64
release:
github:
releaseName: '{{tagName}}'
overwrite: true
sign: true
discussionCategoryName: Announcements
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
extraProperties:
categorizeScopes: true
labelers:
- label: 'dependencies'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 120
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 70
labels:
- 'dependencies'
hide:
categories:
- 'merge'
contributors:
- 'GitHub'
- 'dependabot'
replacers:
- search: 'deps: '
signing:
active: ALWAYS
armored: true
distributions:
arconia-cli:
type: BINARY
executable:
name: arconia
windowsExtension: exe
artifacts:
- path: 'artifacts/{{distributionName}}-{{projectVersion}}-macos-aarch64.zip'
platform: 'osx-aarch_64'
extraProperties:
graalVMNativeImage: true
- path: 'artifacts/{{distributionName}}-{{projectVersion}}-macos-amd64.zip'
platform: 'osx-x86_64'
extraProperties:
graalVMNativeImage: true
- path: 'artifacts/{{distributionName}}-{{projectVersion}}-linux-amd64.zip'
platform: 'linux-x86_64'
extraProperties:
graalVMNativeImage: true
- path: 'artifacts/{{distributionName}}-{{projectVersion}}-windows-amd64.zip'
platform: 'windows-x86_64'
extraProperties:
graalVMNativeImage: true
brew:
active: ALWAYS
continueOnError: true
formulaName: arconia-cli
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'arconia-cli {{tagName}}'
scoop:
active: ALWAYS
continueOnError: true
packageName: arconia-cli
repository:
active: RELEASE
commitMessage: 'arconia-cli {{tagName}}'
name: scoop-bucket