Skip to content

Commit

Permalink
jreleaser v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Feb 29, 2024
1 parent 72da9c5 commit 51339c3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -47,10 +47,13 @@ jobs:
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
JRELEASER_BLUESKY_HOST: ${{ secrets.BLUESKY_HOST }}
JRELEASER_BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }}
JRELEASER_BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}

- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jreleaser-logs
path: |
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ com.github.luben:zstd-jni
Bouncy Castle
https://www.bouncycastle.org/licence.html

org.bouncycastle:bcpg-jdk15on
org.bouncycastle:bcpkix-jdk15on
org.bouncycastle:bcprov-jdk15on
org.bouncycastle:bcutil-jdk15on
org.bouncycastle:bcpg-jdk18on
org.bouncycastle:bcpkix-jdk18on
org.bouncycastle:bcprov-jdk18on
org.bouncycastle:bcutil-jdk18on

------------------------------------------------------------------------------
CC0 1.0 Universal
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.10.0
:project-tag: v1.10.0
:project-version: 1.11.0
:project-tag: v1.11.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.10.0
1.11.0
9 changes: 8 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ signing:
armored: true

announce:
bluesky:
active: RELEASE
status: '🚀 jreleaser-{{projectVersion}}-x86_64.AppImage has been released! {{releaseNotesUrl}}'
twitter:
active: release
active: RELEASE
status: '🚀 jreleaser-{{projectVersion}}-x86_64.AppImage has been released! {{releaseNotesUrl}}'
mastodon:
active: RELEASE
host: https://fosstodon.org
status: '🚀 jreleaser-{{projectVersion}}-x86_64.AppImage has been released! {{releaseNotesUrl}}'

files:
Expand Down
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.11.0" date="2024-02-29">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.11.0</url>
</release>
<release version="1.10.0" date="2023-12-31">
<url>https://github.com/jreleaser/jreleaser/releases/tag/v1.10.0</url>
</release>
Expand Down Expand Up @@ -110,7 +113,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-12-30">
<release version="0.0.0" date="2024-02-29">
<url>https://github.com/jreleaser/jreleaser/releases/tag/early-access</url>
</release>
</releases>
Expand Down

0 comments on commit 51339c3

Please sign in to comment.