-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjreleaser.yml
More file actions
50 lines (46 loc) · 1.12 KB
/
jreleaser.yml
File metadata and controls
50 lines (46 loc) · 1.12 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
project:
name: extra-collections
description: Extra useful collection types and utilities.
longDescription: Extra useful collection types and utilities.
links:
homepage: https://github.com/Col-E/ExtraCollections
authors:
- Matt Coley
license: MIT
inceptionYear: 2022
languages:
java:
version: 11
groupId: software.coley
artifactId: extra-collections
release:
github:
overwrite: true
tagName: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
distributions:
dist:
type: SINGLE_JAR
artifacts:
- path: target/{{projectName}}-{{projectVersion}}.jar
signing:
active: RELEASE
mode: MEMORY
armored: true
verify: true
artifacts: true
checksums: true
files: false
deploy:
maven:
mavenCentral:
sonatype:
url: https://central.sonatype.com/api/v1/publisher
active: RELEASE
applyMavenCentralRules: true
stagingRepositories:
- target/staging-deploy