-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathjreleaser.yml
More file actions
35 lines (32 loc) · 729 Bytes
/
jreleaser.yml
File metadata and controls
35 lines (32 loc) · 729 Bytes
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
# {{jreleaserCreationStamp}}
project:
name: yolo
# version: defined in variable JRELEASER_PROJECT_VERSION
description: yolo
longDescription: yolo
authors:
- Maciej Walkowiak
license: MIT
links:
homepage: https://github.com/maciejwalkowiak/yolo
inceptionYear: 2022
release:
github:
owner: maciejwalkowiak
distributions:
yolo:
type: NATIVE_IMAGE
artifacts:
- path: bin/yolo-amd64-darwin.zip
platform: osx-x86_64
- path: bin/yolo-amd64.zip
platform: windows-x86_64
- path: bin/yolo-amd64-linux.zip
platform: linux-aarch_64
packagers:
brew:
formulaName: yolo
active: ALWAYS
tap:
owner: maciejwalkowiak
name: homebrew-tap