Skip to content

Commit

Permalink
jreleaser v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Aug 31, 2023
1 parent 320dbe6 commit 0a4c2ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Checkout tag
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
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.7.0
:project-tag: v1.7.0
:project-version: 1.8.0
:project-tag: v1.8.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.7.0
1.8.0
5 changes: 4 additions & 1 deletion org.jreleaser.cli.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and m
<binary>jreleaser</binary>
</provides>
<releases>
<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">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.7.0</url>
</release>
Expand Down Expand Up @@ -101,7 +104,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-06-27">
<release version="0.0.0" date="2023-08-31">
<url>https://github.com/jreleaser/jreleaser/releases/tag/early-access</url>
</release>
</releases>
Expand Down

0 comments on commit 0a4c2ac

Please sign in to comment.