-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjreleaser.yml
More file actions
53 lines (48 loc) · 1.3 KB
/
jreleaser.yml
File metadata and controls
53 lines (48 loc) · 1.3 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
51
52
53
project:
name: cmdk
description: cmdk is the command line client to interact with the CommandK platform
links:
homepage: https://github.com/commandk-dev/cli
authors:
- Rahul Jain
copyright: CommandK, Inc
website: https://commandk.dev
license: APACHE-2.0
docsUrl: https://github.com/commandk-dev/java-sdk
java:
groupId: dev.commandk
version: 17
inceptionYear: 2023
stereotype: cli
release:
github:
branch: main
overwrite: true
sign: false
changelog:
formatted: 'ALWAYS'
format: '- {{commitShortHash}} {{commitTitle}}'
preset: 'conventional-commits'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
signing:
active: never
armored: true
assemble:
archive:
cmdk-cli-client:
active: ALWAYS
attachPlatform: true
fileSets:
- input: 'build/bin/native/debugExecutable'
includes: [ 'cmdk-*' ]
environment:
properties:
artifactsDir: out/jreleaser/cmdk/archive
distributions:
cmdk:
artifacts:
- path: "{{artifactsDir}}/cmdk-cli-client-{{projectVersion}}-linux-x86_64.zip"
platform: "linux-x86_64"
- path: "{{artifactsDir}}/cmdk-cli-client-{{projectVersion}}-osx-x86_64.zip"
platform: "osx-x86_64"