Skip to content

Commit

Permalink
jreleaser v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Dec 31, 2023
1 parent e840015 commit 72da9c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:executable: jreleaser
:project-owner: jreleaser
:project-name: jreleaser-appimage
:project-version: 1.9.0
:project-tag: v1.9.0
:project-version: 1.10.0
:project-tag: v1.10.0

image:https://img.shields.io/github/actions/workflow/status/{project-owner}/{project-name}/release.yml?branch=main&logo=github&label=Build["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/github/downloads/{project-owner}/{project-name}/total[GitHub Release Total]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
11 changes: 7 additions & 4 deletions org.jreleaser.cli.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<project_license>Apache-2.0</project_license>
<description>
<p>JReleaser is a release automation tool. Its goal is to simplify creating releases and
publishing artifacts to multiple package managers while providing customizable options.</p>
<p>JReleaser takes inputs from popular builds tools (Ant, Maven, Gradle) such as JAR files,
publishing artifacts to multiple package managers while providing customizable options.
JReleaser takes inputs from popular builds tools (Ant, Maven, Gradle) such as JAR files,
binary distributions (.zip, .tar), JLink images, or any other file that you’d like to
publish as a Git release on popular Git services such as GitHub, GitLab, or Gitea.
Distribution files may additionally be published to be consumed by popular package managers
Expand All @@ -23,10 +23,13 @@ may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and m
<binary>jreleaser</binary>
</provides>
<releases>
<release version="1.10.0" date="2023-12-31">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.10.0</url>
</release>
<release version="1.9.0" date="2023-11-01">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.9.0</url>
</release>
<release version="1.8.0" date="2023-09-01">
<release version="1.8.0" date="2023-08-31">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.8.0</url>
</release>
<release version="1.7.0" date="2023-06-27">
Expand Down Expand Up @@ -107,7 +110,7 @@ may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and m
<release version="0.1.0" date="2021-04-10">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v0.1.0</url>
</release>
<release version="0.0.0" date="2023-11-01">
<release version="0.0.0" date="2023-12-30">
<url>https://github.com/jreleaser/jreleaser/releases/tag/early-access</url>
</release>
</releases>
Expand Down

0 comments on commit 72da9c5

Please sign in to comment.