-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathjreleaser.yml
120 lines (113 loc) · 2.74 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
project:
name: jbang
description: Unleash the power of Java
longDescription: |
Unleash the power of Java.
Use `jbang` to run java, jar, jsh or kt file(s) with automatic dependency fetching
and immediate compilation and execution.
links:
homepage: https://jbang.dev
documentation: https://jbang.dev/documentation
license: https://github.com/jbangdev/jbang/blob/main/LICENSE
authors:
- Max Rydahl Andersen
license: MIT
tags:
- jbang
- bash
- java
- shell
- scripting
java:
groupId: dev.jbang
version: 8
inceptionYear: 2020
stereotype: CLI
release:
github:
overwrite: true
draft: true
sign: true
releaseName: '{{tagName}}'
skipTag: true
milestone:
close: false
changelog:
formatted: always
preset: "conventional-commits"
format: '- {{commitShortHash}} {{commitTitle}}'
checksum:
individual: true
signing:
active: ALWAYS
armored: true
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://oss.sonatype.org/service/local
snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots/
closeRepository: true
releaseRepository: true
stagingRepositories:
- build/staging-deploy
announce:
bluesky:
active: RELEASE
status: 'JBang {{projectVersion}} has been released! {{releaseNotesUrl}}'
handle: 'jbang.dev'
host: https://bsky.social
sdkman:
active: RELEASE
article:
active: RELEASE
repository:
name: jbang.dev
files:
- path: 'blogpost.adoc'
transform: '_drafts/{{projectName}}-{{#f_dash}}{{projectVersion}}{{/f_dash}}-released.adoc'
files:
artifacts:
- path: build/tmp/version.txt
- path: build/distributions/jbang.zip
- path: build/distributions/jbang.tar
distributions:
jbang:
executable:
windowsExtension: cmd
docker: ## not ready to release this way.
active: RELEASE
continueOnError: true
postCommands:
- "VOLUME /scripts"
baseImage: "adoptopenjdk:11-jdk-hotspot"
repository:
name: jbang-action
sdkman:
active: RELEASE
continueOnError: true
brew:
active: RELEASE
continueOnError: true
extraProperties:
skipJava: true
scoop:
active: RELEASE
continueOnError: true
bucket:
name: 'scoop-bucket'
chocolatey:
active: RELEASE
continueOnError: true
remoteBuild: true
title: JBang
snap:
active: RELEASE
continueOnError: true
remoteBuild: true
base: core18
confinement: classic
artifacts:
- path: build/distributions/jbang-{{projectVersion}}.zip
- path: build/distributions/jbang-{{projectVersion}}.tar