-
Notifications
You must be signed in to change notification settings - Fork 4
/
jreleaser.yml
51 lines (51 loc) · 1.51 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
project:
name: eclipse-tofu-maker
license: Apache-2.0
description: RESTful APIs for executing OpenTofu commands.
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: "21"
groupId: "org.eclipse.xpanse.tofu.maker"
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
files:
artifacts:
- path: 'target/tofu-maker-{{projectEffectiveVersion}}.jar'