Skip to content

Commit

Permalink
Upgrade to JReleaser 1.0.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 689834e)
  • Loading branch information
gsmet committed Jan 13, 2023
1 parent 7451f5e commit ca55cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion devtools/cli/distribution/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ distributions:
executable:
name: quarkus
windowsExtension: bat
executableExtension: bat
tags:
- quarkus
- cli
Expand Down
2 changes: 1 addition & 1 deletion devtools/cli/distribution/release-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export JRELEASER_PROJECT_VERSION=${VERSION}
export JRELEASER_BRANCH=${BRANCH}
export JRELEASER_CHOCOLATEY_GITHUB_BRANCH=${BRANCH}

jbang org.jreleaser:jreleaser:1.0.0-M3 full-release \
jbang org.jreleaser:jreleaser:1.0.0 full-release \
--git-root-search \
-od target

Expand Down

0 comments on commit ca55cb1

Please sign in to comment.