-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjreleaser.yml.template
More file actions
63 lines (58 loc) · 2.18 KB
/
jreleaser.yml.template
File metadata and controls
63 lines (58 loc) · 2.18 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
54
55
56
57
58
59
60
61
62
63
---
project:
name: "Spotless CLI"
description: "Keep your code Spotless from the command line"
longDescription: |
Spotless CLI is a command line tool that helps you keep your code Spotless.
It is a standalone tool that can be used in any project, regardless of the build system.
Or even without any build system at all, just once, or when you are working on a single file.
links:
homepage: https://github.com/diffplug/spotless-cli
license: https://github.com/diffplug/spotless-cli/blob/main/LICENSE
license: Apache-2.0
copyright: DiffPlug
authors:
- Ned Twigg
- Simon Gamma
inceptionYear: "2025"
icons:
- url: https://cdn.statically.io/gh/diffplug/spotless-cli/v{{projectVersion}}/docs/logo/spotless-brush-256.png
height: 256
width: 256
primary: true
packagers:
brew:
multiPlatform: true
chocolatey:
username: "@Env.JRELEASER_CHOCOLATEY_USER@" # does not support name templates, so use gradle templating
extraProperties:
packageSourceUrl: https://github.com/diffplug/chocolatey-bucket
repository:
branch: main
branchPush: main
distributions:
spotless-cli:
stereotype: CLI
type: BINARY
executable:
name: spotless
tags:
- spotless
- formatter
- code-style
artifacts:
- path: app/build/prepared-release-zips/spotless-{{projectVersion}}-osx-aarch_64.zip
platform: osx-aarch_64
- path: app/build/prepared-release-zips/spotless-{{projectVersion}}-osx-x86_64.zip
platform: osx-x86_64
- path: app/build/prepared-release-zips/spotless-{{projectVersion}}-linux-aarch_64.zip
platform: linux-aarch_64
- path: app/build/prepared-release-zips/spotless-{{projectVersion}}-linux-x86_64.zip
platform: linux-x86_64
- path: app/build/prepared-release-zips/spotless-{{projectVersion}}-windows-x86_64.zip
platform: windows-x86_64
brew:
templateDirectory: app/src/jreleaser/distributions/spotless-cli/brew
chocolatey:
templateDirectory: app/src/jreleaser/distributions/spotless-cli/chocolatey
iconUrl: https://cdn.statically.io/gh/diffplug/spotless-cli/v{{projectVersion}}/docs/logo/spotless-brush-256.png