Skip to content

Commit

Permalink
jreleaser v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Aug 31, 2024
1 parent b2ea4e4 commit 03d416f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions jreleaser/jreleaser.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated with JReleaser 1.14.0-SNAPSHOT at 2024-06-30T13:00:04.112802098Z -->
<!-- Generated with JReleaser 1.14.0-SNAPSHOT at 2024-08-31T07:00:25.327300349Z -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- required -->
<id>jreleaser</id>
<version>1.13.1</version>
<version>1.14.0</version>
<authors>Andres Almiray</authors>
<description>JReleaser is a release automation tool. Its goal is to simplify creating releases and
publishing artifacts to multiple package managers while providing customizable options.
Expand All @@ -29,7 +29,7 @@ may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and m
<packageSourceUrl>https://github.com/jreleaser/chocolatey-bucket</packageSourceUrl>
<docsUrl>https://jreleaser.org/guide/latest</docsUrl>
<bugTrackerUrl>https://github.com/jreleaser/jreleaser/issues</bugTrackerUrl>
<releaseNotes>https://github.com/jreleaser/jreleaser/releases/tag/v1.13.1</releaseNotes>
<releaseNotes>https://github.com/jreleaser/jreleaser/releases/tag/v1.14.0</releaseNotes>
<iconUrl>https://rawcdn.githack.com/jreleaser/jreleaser/0934fa1fa3f0bd09c0c8c39fbdeb5df2ce507457/src/media/icon_128x128.png</iconUrl>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions jreleaser/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated with JReleaser 1.14.0-SNAPSHOT at 2024-06-30T13:00:04.112802098Z
# Generated with JReleaser 1.14.0-SNAPSHOT at 2024-08-31T07:00:25.327300349Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jreleaser-1.13.1'
$app_home = Join-Path $package 'jreleaser-1.14.0'
$app_exe = Join-Path $app_home 'bin/jreleaser.bat'

Install-ChocolateyZipPackage `
-PackageName 'jreleaser' `
-Url 'https://github.com/jreleaser/jreleaser/releases/download/v1.13.1/jreleaser-1.13.1.zip' `
-Checksum 'c384888b61fd99ba3a3d3366a20ca5bb63e6ec054eb2841490ede5762d87ae59' `
-Url 'https://github.com/jreleaser/jreleaser/releases/download/v1.14.0/jreleaser-1.14.0.zip' `
-Checksum '9ffaae7cef052bc01415f47865f6fe3cccef7e470527eaaf5d3c0245f36acba9' `
-ChecksumType 'sha256' `
-UnzipLocation $package

Expand Down
4 changes: 2 additions & 2 deletions jreleaser/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated with JReleaser 1.14.0-SNAPSHOT at 2024-06-30T13:00:04.112802098Z
# Generated with JReleaser 1.14.0-SNAPSHOT at 2024-08-31T07:00:25.327300349Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jreleaser-1.13.1'
$app_home = Join-Path $package 'jreleaser-1.14.0'
$app_exe = Join-Path $app_home 'bin/jreleaser.bat'

Uninstall-BinFile -Name 'jreleaser' -Path $app_exe

0 comments on commit 03d416f

Please sign in to comment.