-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathjreleaser.yml
62 lines (62 loc) · 1.8 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
project:
name: eclipse-xpanse
license: Apache-2.0
description: xpanse is here to make native cloud services configurable and portable.
links:
homepage: https://eclipse-xpanse.github.io/xpanse-website/
documentation: https://eclipse-xpanse.github.io/xpanse-website/docs/intro
contribute: https://eclipse-xpanse.github.io/xpanse-website/docs/Contribute/new-developers
icons:
- url: https://github.com/eclipse-xpanse/xpanse/blob/main/static/full-logo.png
primary: true
width: 250
height: 250
java:
version: "17"
groupId: "org.eclipse.xpanse"
release:
github:
overwrite: true
changelog:
format: '- {{commitShortHash}} {{commitTitle}}'
skipMergeCommits: true
formatted: ALWAYS
excludeLabels:
- 'botCommits'
labelers:
- label: 'botCommits'
title: 'regex:.*GitHub Action.*'
- label: 'dependencies'
title: 'regex:(Bump|dependencies).*'
- label: 'changes'
title: 'regex:^((?!(Bump|dependencies)).)*$'
hide:
contributors:
- eclipse-xpanse-bot
- dependabot[bot]
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
categories:
- title: 'Changes'
labels:
- 'changes'
- title: 'Dependencies'
labels:
- 'dependencies'
signing:
active: ALWAYS
armored: true
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://oss.sonatype.org/service/local
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy
verifyPom: false
files:
artifacts:
- path: 'runtime/target/xpanse-runtime-{{projectEffectiveVersion}}.jar'