-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjreleaser.yml
76 lines (72 loc) · 1.9 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
project:
name: arconia
description: Framework to build multitenant and AI applications using Java and Spring Boot.
longDescription: |
Arconia is a framework to build modern applications using Java and Spring Boot.
It provides support for multitenancy and AI/Large Language Models.
links:
homepage: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
faq: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
authors:
- Thomas Vitale
license: Apache-2.0
inceptionYear: "2024"
tags:
- ai
- arconia
- java
- multitenancy
- spring-boot
checksum:
algorithms:
- SHA_256
- SHA_512
signing:
active: ALWAYS
armored: true
deploy:
maven:
nexus2:
central:
active: ALWAYS
applyMavenCentralRules: true
snapshotSupported: true
snapshotUrl: "https://s01.oss.sonatype.org/content/repositories/snapshots/"
url: "https://s01.oss.sonatype.org/service/local"
closeRepository: true
releaseRepository: true
stagingRepositories:
- build/staging-deploy
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: '