Skip to content

Commit 720d4da

Browse files
committed
New Version: JReleaser.jreleaser version v1.18.0
1 parent c0f085e commit 720d4da

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallModes:
10+
- silent
11+
- silentWithProgress
12+
UpgradeBehavior: install
13+
Commands:
14+
- jreleaser
15+
ProductCode: '{2F3CE50F-22AB-3CDE-B7A0-0A0F597FBDC8}'
16+
ReleaseDate: 2025-04-30
17+
AppsAndFeaturesEntries:
18+
- ProductCode: '{2F3CE50F-22AB-3CDE-B7A0-0A0F597FBDC8}'
19+
UpgradeCode: '{3D0E8D15-CF1B-32B1-B479-86F8424F8C46}'
20+
InstallationMetadata:
21+
DefaultInstallLocation: '%ProgramFiles%/jreleaser'
22+
Installers:
23+
- Architecture: x64
24+
InstallerUrl: https://github.com/jreleaser/jreleaser/releases/download/v1.18.0/jreleaser-installer-1.18.0-windows-x86_64.msi
25+
InstallerSha256: eceb9de6992d6b90a246b42350423fc2ad48db003e058244e8e86831100463b9
26+
ProductCode: 'jreleaser 1.18.0'
27+
ManifestType: installer
28+
ManifestVersion: 1.9.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
PackageLocale: en-US
7+
Publisher: JReleaser
8+
PublisherUrl: https://jreleaser.org
9+
PublisherSupportUrl: https://github.com/jreleaser/jreleaser/issues
10+
Author: Andres Almiray
11+
PackageName: jreleaser
12+
PackageUrl: https://jreleaser.org
13+
License: Apache-2.0
14+
LicenseUrl: https://spdx.org/licenses/Apache-2.0.html
15+
Copyright: 2020 Andres Almiray
16+
ShortDescription: Release projects quickly and easily with JReleaser
17+
Description: |
18+
JReleaser is a release automation tool. Its goal is to simplify creating releases and
19+
publishing artifacts to multiple package managers while providing customizable options.
20+
21+
JReleaser takes inputs from popular builds tools (Ant, Maven, Gradle) such as JAR files,
22+
binary distributions (.zip, .tar), JLink images, or any other file that you’d like to
23+
publish as a Git release on popular Git services such as GitHub, GitLab, or Gitea.
24+
Distribution files may additionally be published to be consumed by popular package managers
25+
such as Homebrew, Chocolatey, Snapcraft, or get ready to be launched via JBang. Releases
26+
may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and more.
27+
Moniker: jreleaser
28+
Tags:
29+
- jreleaser
30+
- release
31+
- tool
32+
- java
33+
- git
34+
ReleaseNotesUrl: https://github.com/jreleaser/jreleaser/releases/tag/v1.18.0
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)