SlideShare a Scribd company logo
JReleaser:


Releasing at the speed of light
Andres Almiray
Seasoned Sourceror

@ Oracle

Apache Groovy PMC

Java Champion

Hackergarten

github.com/aalmiray
😰 Why
➡ 🧑💻
➡ ➡
App User
➡ 🧑💻
⁉ ➡
App User
📦
📝
🤯 Inspiration
https://goreleaser.com https://www.jbang.dev
http://jreleaser.org
🤔 What
JReleaser - Releasing at the speed of light
😲 How
JReleaser - Releasing at the speed of light
🎇 Integrations
🚀 Release

GitHub

GitLab

Gitea

Codeberg

Generic git
📦 Package

Homebrew

Chocolatey

Docker

Jbang

Scoop

Snap
⬆ Upload

Artifactory

HTTP
📣 Announce

Discord

GitHub
Discussions

Gitter

E-mail

Mastodon

Mattermost
Sdkman

Slack

Teams

Twitter

Zulip
🚀 Launch
MacOS
sdkman install jreleaser

jbang jreleaser@jreleaser

brew install jreleaser/tap/jreleaser

Download Zip or JAR from https://github.com/jreleaser/jreleaser/releases

jreleaser-<version>.zip

jreleaser-standalone-<version>-osx.zip
Linux
sdkman install jreleaser

jbang jreleaser@jreleaser

Download Zip or JAR from https://github.com/jreleaser/jreleaser/releases

jreleaser-<version>.zip

jreleaser-standalone-<version>-linux.zip

jreleaser-standalone-<version>-linux_musl.zip
Windows
sdkman install jreleaser

jbang jreleaser@jreleaser

scoop bucket add jreleaser https://github.com/jreleaser/scoop-jreleaser.git

scoop install jreleaser

Download Zip or JAR from https://github.com/jreleaser/jreleaser/releases

jreleaser-<version>.zip

jreleaser-standalone-<version>-windows.zip
Java 11+
// Get the jreleaser downloader

curl -sL https://git.io/get-jreleaser > get_jreleaser.java
// Download JReleaser with version = <version>

// Change <version> to a tagged JReleaser release

// or leave it out to pull `latest`.

java get_jreleaser.java <version>
// Execute JReleaser

java -jar jreleaser-cli.jar <command> [<args>]
🐳 Docker
JReleaser - Releasing at the speed of light
🧰 CI/CD
Buddy

Buildkite

Circle CI

Cirrus CI

Codefresh

CodeShip

Drone
GitHub Actions

GitLab CI

Jenkins

Semaphore

Teamcity

Travis CI

Wercker
⏩ Inputs
Binary distributions: zips & tar balls 

Single JAR: uberjar

Jlink distributions

GraalVM Native Image
DEMO
Future
Coming Up Next
Additional git releasers

BitBucket, Azure, ??

Additional upload services

AWS S3, Azure, OCI, ??

Native Installer support via jpackage

.dmg .pkg, .deb .rpm .msi
Resources
https://jreleaser.org

https://github.com/jreleaser/jreleaser
JReleaser - Releasing at the speed of light
@aalmiray | andresalmiray.com

More Related Content

PDF
Rise of the Machines - Automate your Development
PPTX
Android Testing Talk by Rebootd v1
PDF
Running jenkins in a public cloud - common issues and some solutions
PDF
Git Anti-Patterns: How To Mess Up With Git and Love it Again
PPTX
Android Testing by Rebootd v2
PPTX
Jenkins User Conference 2013 Palo Alto: Keynote
PDF
Git Anti-Patterns: How To Mess Up With Git and Love it Again - DevoxxPL 2017
PDF
Git Anti-Patterns - Extended Version With 28 Common Anti-Patterns) - SCTurkey...
Rise of the Machines - Automate your Development
Android Testing Talk by Rebootd v1
Running jenkins in a public cloud - common issues and some solutions
Git Anti-Patterns: How To Mess Up With Git and Love it Again
Android Testing by Rebootd v2
Jenkins User Conference 2013 Palo Alto: Keynote
Git Anti-Patterns: How To Mess Up With Git and Love it Again - DevoxxPL 2017
Git Anti-Patterns - Extended Version With 28 Common Anti-Patterns) - SCTurkey...

What's hot (20)

PPTX
IAC_PuppetCampLondon_2016
PDF
The Ring programming language version 1.5.3 book - Part 4 of 184
PPTX
Jenkins User Conference 2013: Literate, multi-branch, mobile and more
PDF
Git Anti Patterns - XP Days Ukraine 2017
PDF
Contributing to Xen with GitHub
PDF
Adding Source Control to Your Life
PPTX
Android developer's toolbox
PPTX
Getting started with Jenkins
PDF
The Ring programming language version 1.5.4 book - Part 4 of 185
PDF
The Ring programming language version 1.10 book - Part 5 of 212
PDF
The End of the world as we know it - AKA your last NullPointerException $1B b...
PDF
GCE 上搭配 Cloud Storage 建置 Drone CI
PDF
Managing Jenkins with Jenkins (Jenkins User Conference Palo Alto, 2013)
PPTX
Gorush: A push notification server written in Go
PDF
Cutting Code Quickly - LLEWELLYN FALCO
PPTX
Cutting code quickly
PPTX
It's always your fault. Poznań ADG 2016
PPTX
Why engineers should code
PDF
A Day in the life of a pipeline
PDF
The Butler and the Snake - JCICPH
IAC_PuppetCampLondon_2016
The Ring programming language version 1.5.3 book - Part 4 of 184
Jenkins User Conference 2013: Literate, multi-branch, mobile and more
Git Anti Patterns - XP Days Ukraine 2017
Contributing to Xen with GitHub
Adding Source Control to Your Life
Android developer's toolbox
Getting started with Jenkins
The Ring programming language version 1.5.4 book - Part 4 of 185
The Ring programming language version 1.10 book - Part 5 of 212
The End of the world as we know it - AKA your last NullPointerException $1B b...
GCE 上搭配 Cloud Storage 建置 Drone CI
Managing Jenkins with Jenkins (Jenkins User Conference Palo Alto, 2013)
Gorush: A push notification server written in Go
Cutting Code Quickly - LLEWELLYN FALCO
Cutting code quickly
It's always your fault. Poznań ADG 2016
Why engineers should code
A Day in the life of a pipeline
The Butler and the Snake - JCICPH
Ad

Similar to JReleaser - Releasing at the speed of light (20)

PPTX
Optimizing Spring Boot apps for Docker
PDF
GroongaアプリケーションをDockerコンテナ化して配布する
PPTX
JFrog container registry - DevOps extravaganza
PDF
Continuous Delivery w projekcie Open Source - Marcin Stachniuk - DevCrowd 2017
PDF
What's New and Newer in Apache httpd-24
ODP
Extjs Howto
PPTX
Lessons Learned in Automating Compliance for Containers
PPT
Secure Ftp Java Style Rev004
PPTX
Intro. to Git and Github
PPT
Ratpack - Classy and Compact Groovy Web Apps
PDF
@arzumy Dev Setup #klxrb
PPT
Demystifying Maven
PDF
DCEU 18: Dockerfile Best Practices
PDF
DockerCon EU 2018 - Dockerfile Best Practices
PDF
Scalable Deployment Architectures with TYPO3 Surf, Git and Jenkins
PDF
Best Practices In Implementing Container Image Promotion Pipelines
PDF
Deep Dive Java 17 Devoxx UK
PDF
Drupal Development : Tools, Tips, and Tricks
PPTX
Android developing in a wrong way
PPTX
Os dev tool box
Optimizing Spring Boot apps for Docker
GroongaアプリケーションをDockerコンテナ化して配布する
JFrog container registry - DevOps extravaganza
Continuous Delivery w projekcie Open Source - Marcin Stachniuk - DevCrowd 2017
What's New and Newer in Apache httpd-24
Extjs Howto
Lessons Learned in Automating Compliance for Containers
Secure Ftp Java Style Rev004
Intro. to Git and Github
Ratpack - Classy and Compact Groovy Web Apps
@arzumy Dev Setup #klxrb
Demystifying Maven
DCEU 18: Dockerfile Best Practices
DockerCon EU 2018 - Dockerfile Best Practices
Scalable Deployment Architectures with TYPO3 Surf, Git and Jenkins
Best Practices In Implementing Container Image Promotion Pipelines
Deep Dive Java 17 Devoxx UK
Drupal Development : Tools, Tips, and Tricks
Android developing in a wrong way
Os dev tool box
Ad

More from Andres Almiray (20)

PDF
Dealing with JSON in the relational world
PDF
Deploying to production with confidence 🚀
PDF
Going beyond ORMs with JSON Relational Duality Views
PDF
Setting up data driven tests with Java tools
PDF
Creando, creciendo, y manteniendo una comunidad de codigo abierto
PDF
Liberando a produccion con confianza
PDF
Liberando a produccion con confidencia
PDF
OracleDB Ecosystem for Java Developers
PDF
Softcon.ph - Maven Puzzlers
PDF
Maven Puzzlers
PDF
Oracle Database Ecosystem for Java Developers
PDF
Building modular applications with the Java Platform Module System and Layrry
PDF
Going Reactive with g rpc
PDF
Building modular applications with JPMS and Layrry
PDF
Taking Micronaut out for a spin
PDF
Apache Groovy's Metaprogramming Options and You
PDF
What I wish I knew about Maven years ago
PDF
What I wish I knew about maven years ago
PDF
The impact of sci fi in tech
PDF
Gradle Ex Machina - Devoxx 2019
Dealing with JSON in the relational world
Deploying to production with confidence 🚀
Going beyond ORMs with JSON Relational Duality Views
Setting up data driven tests with Java tools
Creando, creciendo, y manteniendo una comunidad de codigo abierto
Liberando a produccion con confianza
Liberando a produccion con confidencia
OracleDB Ecosystem for Java Developers
Softcon.ph - Maven Puzzlers
Maven Puzzlers
Oracle Database Ecosystem for Java Developers
Building modular applications with the Java Platform Module System and Layrry
Going Reactive with g rpc
Building modular applications with JPMS and Layrry
Taking Micronaut out for a spin
Apache Groovy's Metaprogramming Options and You
What I wish I knew about Maven years ago
What I wish I knew about maven years ago
The impact of sci fi in tech
Gradle Ex Machina - Devoxx 2019

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PPTX
ai tools demonstartion for schools and inter college
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPT
Introduction Database Management System for Course Database
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
AI in Product Development-omnex systems
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
System and Network Administration Chapter 2
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ISO 45001 Occupational Health and Safety Management System
Upgrade and Innovation Strategies for SAP ERP Customers
How to Choose the Right IT Partner for Your Business in Malaysia
Which alternative to Crystal Reports is best for small or large businesses.pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
ai tools demonstartion for schools and inter college
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Introduction Database Management System for Course Database
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Design an Analysis of Algorithms I-SECS-1021-03
Design an Analysis of Algorithms II-SECS-1021-03
ManageIQ - Sprint 268 Review - Slide Deck
AI in Product Development-omnex systems
Navsoft: AI-Powered Business Solutions & Custom Software Development
How to Migrate SBCGlobal Email to Yahoo Easily
System and Network Administration Chapter 2
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Lecture 3: Operating Systems Introduction to Computer Hardware Systems

JReleaser - Releasing at the speed of light