-
-
Notifications
You must be signed in to change notification settings - Fork 192
/
jreleaser.yml
47 lines (44 loc) · 1.17 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
# Generated with JReleaser 1.5.0 at 2023-04-28T09:57:07.620704+02:00
project:
name: db-scheduler
description: Simple persistent scheduler for scheduled tasks, recurring or ad-hoc.
longDescription: Simple persistent scheduler for scheduled tasks, recurring or ad-hoc.
authors:
- Gustav Karlsson
license: Apache-2.0
links:
homepage: https://github.com/kagkarlsson/db-scheduler
java:
groupId: com.github.kagkarlsson
inceptionYear: 2015
release:
github:
owner: kagkarlsson
overwrite: false
skipRelease: false
draft: true
skipTag: false
releaseName: '{{tagName}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
hide:
contributors:
- 'GitHub'
issues:
enabled: true
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