-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjreleaser.yml
88 lines (82 loc) · 2.32 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
77
78
79
80
81
82
83
84
85
86
87
88
project:
name: git-versioner-maven-plugin
description: Generate maven project version from git commit logs
longDescription: |
Generate maven project version from git commit logs.
links:
homepage: https://github.com/manikmagar/
documentation: https://github.com/manikmagar/git-versioner-maven-plugin
license: https://github.com/manikmagar/git-versioner-maven-plugin/blob/main/LICENSE
contribute: https://github.com/manikmagar/mulefd/blob/main/README.adoc
authors:
- Manik Magar
license: MIT
inceptionYear: 2022
tags:
- maven
- git-versioning
- project-versioning
- versioning
- maven-extension
- maven-plugin
java:
groupId: com.github.manikmagar
version: 11
release:
github:
overwrite: true
draft: false
sign: true
releaseName: '{{tagName}}'
skipTag: true
milestone:
close: false
changelog:
formatted: always
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
skipMergeCommits: true
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'dependencies'
title: 'chore(deps):'
order: 130
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 80
labels:
- 'dependencies'
hide:
categories:
- 'merge'
contributors:
- 'GitHub'
checksum:
individual: true
signing:
active: always
armored: true
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://oss.sonatype.org/service/local
applyMavenCentralRules: true
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy
- git-versioner-maven-core/target/staging-deploy
- git-versioner-maven-plugin/target/staging-deploy
- git-versioner-maven-extension/target/staging-deploy
announce:
twitter:
active: release
status: '🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}'
mastodon:
active: release
host: https://fosstodon.org
status: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}'