-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
43 lines (41 loc) · 1.24 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
project:
name: MavenDependencyCVE-Scanner
# version: 1.0.0-SNAPSHOT
description: 'Maven dependency scanner'
longDescription: 'Simple Maven dependency scanner Scanner to get rid of CVEs'
authors:
- 'Afrouper'
license: 'Apache-2.0'
links:
homepage: 'https://github.com/Afrouper/MavenDependencyCVE-Scanner'
inceptionYear: '2023'
stereotype: 'CLI'
release:
github:
owner: 'Afrouper'
overwrite: true
skipTag: true
tagName: '{{projectVersion}}'
changelog:
formatted: 'ALWAYS'
format: '- {{commitShortHash}} {{commitTitle}}'
preset: 'conventional-commits'
contributors:
format: '- {{contributorName}}'
hide:
categories:
- 'merge'
contributors:
- '[bot]'
- 'dependabot'
- 'GitHub'
distributions:
MavenDependencyCVE-Scanner:
type: 'BINARY'
artifacts:
- path: '{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-linux-x86_64.tar.gz'
platform: 'linux-x86_64'
- path: '{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-x86_64.tar.gz'
platform: 'osx-x86_64'
- path: '{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-windows-x86_64.zip'
platform: 'windows-x86_64'