forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JReleaser - Specific configuration for maintenance and preview
- Homebrew version is published to main so we may not publish maintenance releases or we override the current stable - For previews, same as above plus we may not publish to Chocolatey as the qualifier is dropped so it looks like a final if we publish it.
- Loading branch information
Showing
3 changed files
with
145 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
project: | ||
name: quarkus | ||
description: CLI for Quarkus | ||
longDescription: | | ||
Create projects, manage extensions and perform build and development tasks for Quarkus, | ||
the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM. | ||
authors: | ||
- Quarkus Community | ||
license: Apache-2.0 | ||
copyright: Quarkus contributors | ||
java: | ||
groupId: io.quarkus | ||
artifactId: quarkus-cli | ||
version : 11 | ||
tags: | ||
- cli | ||
- quarkus | ||
- java | ||
links: | ||
homepage: https://quarkus.io | ||
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt | ||
|
||
release: | ||
github: | ||
owner: quarkusio | ||
name: quarkus | ||
tagName: "{{projectVersion}}" | ||
overwrite: false | ||
update: | ||
enabled: true | ||
sections: | ||
- ASSETS | ||
skipTag: true | ||
changelog: | ||
enabled: false | ||
milestone: | ||
close: false | ||
|
||
distributions: | ||
quarkus: | ||
type: JAVA_BINARY | ||
executable: | ||
name: quarkus | ||
windowsExtension: bat | ||
tags: | ||
- quarkus | ||
- cli | ||
artifacts: | ||
- path: target/quarkus-cli-{{projectVersion}}.zip | ||
- path: target/quarkus-cli-{{projectVersion}}.tar.gz | ||
|
||
packagers: | ||
sdkman: | ||
active: ALWAYS | ||
continueOnError: false | ||
connectTimeout: 20 | ||
readTimeout: 60 | ||
candidate: quarkus | ||
chocolatey: | ||
active: ALWAYS | ||
continueOnError: true | ||
remoteBuild: true | ||
iconUrl: https://quarkus.io/assets/images/chocolatey-app-icon.png | ||
packageVersion: '{{projectVersionMajor}}.{{projectVersionMinor}}.{{projectVersionPatch}}' | ||
|
||
announce: | ||
sdkman: | ||
active: ALWAYS | ||
candidate: quarkus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
project: | ||
name: quarkus | ||
description: CLI for Quarkus | ||
longDescription: | | ||
Create projects, manage extensions and perform build and development tasks for Quarkus, | ||
the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM. | ||
authors: | ||
- Quarkus Community | ||
license: Apache-2.0 | ||
copyright: Quarkus contributors | ||
java: | ||
groupId: io.quarkus | ||
artifactId: quarkus-cli | ||
version : 11 | ||
tags: | ||
- cli | ||
- quarkus | ||
- java | ||
links: | ||
homepage: https://quarkus.io | ||
license: https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt | ||
|
||
release: | ||
github: | ||
owner: quarkusio | ||
name: quarkus | ||
tagName: "{{projectVersion}}" | ||
overwrite: false | ||
update: | ||
enabled: true | ||
sections: | ||
- ASSETS | ||
skipTag: true | ||
changelog: | ||
enabled: false | ||
milestone: | ||
close: false | ||
|
||
distributions: | ||
quarkus: | ||
type: JAVA_BINARY | ||
executable: | ||
name: quarkus | ||
windowsExtension: bat | ||
tags: | ||
- quarkus | ||
- cli | ||
artifacts: | ||
- path: target/quarkus-cli-{{projectVersion}}.zip | ||
- path: target/quarkus-cli-{{projectVersion}}.tar.gz | ||
|
||
packagers: | ||
sdkman: | ||
active: ALWAYS | ||
continueOnError: false | ||
connectTimeout: 20 | ||
readTimeout: 60 | ||
candidate: quarkus | ||
|
||
announce: | ||
sdkman: | ||
active: ALWAYS | ||
candidate: quarkus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters