-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
83 lines (76 loc) · 2.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
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
# Generated with JReleaser 1.8.0 at 2023-09-05T09:49:01.355976+02:00
project:
name: jreleaser-cli
description: app -- Sample Quarkus CLI application
longDescription: app -- Sample Quarkus CLI application
versionPattern: 'CUSTOM:0Y.0M.MICRO'
java:
mainClass: com.dotcms.GreetingCommand
snapshot:
pattern: .*-SNAPSHOT
label: '{{projectVersion}}-SNAPSHOT'
fullChangelog: true
release:
github:
tagName: '{{projectVersion}}'
releaseName: 'CLI - {{projectVersion}}'
overwrite: true
changelog:
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
preset: conventional-commits
contributors:
format: '- {{contributorName}}'
hide:
categories:
- merge
contributors:
- GitHub
- dependabot
#deploy:
# maven:
# artifactory:
# jreleaser-cli:
# active: ALWAYS
# url: http://localhost:8082/artifactory/jreleaser-cli-libs-release-local/com/dotcms/jreleaser-cli
## url: http://localhost:8082/ui/admin/repositories/local/jreleaser-cli-libs-release-local/com/dotcms/jreleaser-cli
# stagingRepositories:
# - target
#upload:
# artifactory:
# jreleaser-cli:
# active: ALWAYS
# host: 'http://localhost:8082/artifactory'
# repositories:
# - path: 'jreleaser-cli-libs-release-local/{{projectName}}/{{projectVersion}}/{{artifactFile}}'
# active: ALWAYS
# fileTypes:
# - JAR
distributions:
jreleaser-cli:
type: SINGLE_JAR
active: ALWAYS
stereotype: CLI
artifacts:
- path: target/{{distributionName}}-{{projectVersion}}-runner.jar
transform: target/{{distributionName}}-{{projectVersion}}.jar
packagers:
brew:
active: ALWAYS
continueOnError: false
multiPlatform: true
jbang:
active: ALWAYS
continueOnError: false
#jreleaser:
# jbang:
# scripts:
# - name: my-script
# alias: script-alias
# description: Description of the script
# mainClass: com.example.MyScript
#announce:
# slack:
# active: ALWAYS
# channel: '#jreleaser'
# message: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released!'