-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
56 lines (52 loc) · 1.33 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
# Generated with JReleaser 1.8.0 at 2023-09-05T09:49:01.355976+02:00
project:
name: qcli-jbang
description: app -- Sample Quarkus CLI application
longDescription: app -- Sample Quarkus CLI application
versionPattern: 'CUSTOM:0Y.0M.MICRO'
stereotype: CLI
java:
mainClass: com.dotcms.GreetingCommand
copyright: |
The Apache-2.0 License
license: Apache-2.0
links:
homepage: https://www.dotcms.com
documentation: https://www.dotcms.com/docs/latest
authors:
- dotCMS
release:
github:
tagName: 'qcli{{projectVersion}}'
releaseName: 'qcli {{projectVersion}}'
overwrite: true
# skipRelease: true
changelog:
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
preset: conventional-commits
contributors:
format: '- {{contributorName}}'
hide:
categories:
- merge
contributors:
- GitHub
- dependabot
distributions:
qcli-jbang:
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:
alias: qcli
active: ALWAYS
continueOnError: false