-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathjreleaser.yml
More file actions
81 lines (76 loc) · 2.09 KB
/
jreleaser.yml
File metadata and controls
81 lines (76 loc) · 2.09 KB
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: bootkit
description: Framework for building modern applications with Java and Spring Boot.
longDescription: |
BootKit is a framework designed to build modern enterprise applications using Java and Spring Boot, emphasizing developer experience and cloud native architectures.
links:
homepage: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
faq: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
authors:
- Zhu Yijin
license: Apache-2.0
inceptionYear: "2025"
checksum:
algorithms:
- SHA_256
- SHA_512
signing:
active: ALWAYS
armored: true
deploy:
maven:
mavenCentral:
sonatype:
active: RELEASE
url: "https://central.sonatype.com/api/v1/publisher"
applyMavenCentralRules: true
retryDelay: 20
maxRetries: 100
stagingRepositories:
- build/staging-deploy
nexus2:
central:
active: SNAPSHOT
applyMavenCentralRules: true
url: https://central.sonatype.com/repository/maven-snapshots/
snapshotUrl: https://central.sonatype.com/repository/maven-snapshots/
snapshotSupported: true
closeRepository: true
releaseRepository: true
stagingRepositories:
- build/staging-deploy
release:
github:
releaseName: '{{tagName}}'
overwrite: true
sign: true
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: '
announce:
bluesky:
active: RELEASE