From 8377f6b32b3234447bb638fa8de1b6feba639d16 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Sun, 31 Aug 2025 19:10:11 +0200 Subject: [PATCH 1/5] Bump for next development cycle --- docs/antora.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 6e9c39a6..29272f05 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,18 +1,18 @@ name: guide title: JReleaser -version: latest +version: early-access asciidoc: attributes: - jreleaser-version: 1.20.0 - jreleaser-effective-version: 1.20.0 - jreleaser-tag: v1.20.0 + jreleaser-version: 1.21.0-SNAPSHOT + jreleaser-effective-version: early-access + jreleaser-tag: early-access jreleaser-raw-ghcontent: https://raw.githubusercontent.com/jreleaser/jreleaser/main jreleaser-extension-api: 'https://raw.githubusercontent.com/jreleaser/jreleaser/main/api/jreleaser-model-api/src/main/java/org/jreleaser/extensions/api' pomchecker-version: 1.14.0 - cyclonedx-version: 0.28.2 - syft-version: 1.27.1 + cyclonedx-version: 0.29.1 + syft-version: 1.32.0 jib-version: 0.13.0 - jbang-version: 0.128.5 + jbang-version: 0.129.0 icons: font icon_req_y: icon:check[role="green"] icon_req_n: icon:times[role="red"] From cd20f9b6298b031c5cf98a8cf7297187b912998f Mon Sep 17 00:00:00 2001 From: Elias Lundell Date: Wed, 17 Sep 2025 13:59:56 +0200 Subject: [PATCH 2/5] feat(release): add support for immutable releases See https://github.com/jreleaser/jreleaser/pull/1979. Add other formats add gradle --- docs/antora.yml | 14 ++++---- .../reference/pages/release/github.adoc | 32 +++++++++++++++++++ 2 files changed, 39 insertions(+), 7 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 29272f05..6e9c39a6 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,18 +1,18 @@ name: guide title: JReleaser -version: early-access +version: latest asciidoc: attributes: - jreleaser-version: 1.21.0-SNAPSHOT - jreleaser-effective-version: early-access - jreleaser-tag: early-access + jreleaser-version: 1.20.0 + jreleaser-effective-version: 1.20.0 + jreleaser-tag: v1.20.0 jreleaser-raw-ghcontent: https://raw.githubusercontent.com/jreleaser/jreleaser/main jreleaser-extension-api: 'https://raw.githubusercontent.com/jreleaser/jreleaser/main/api/jreleaser-model-api/src/main/java/org/jreleaser/extensions/api' pomchecker-version: 1.14.0 - cyclonedx-version: 0.29.1 - syft-version: 1.32.0 + cyclonedx-version: 0.28.2 + syft-version: 1.27.1 jib-version: 0.13.0 - jbang-version: 0.129.0 + jbang-version: 0.128.5 icons: font icon_req_y: icon:check[role="green"] icon_req_n: icon:times[role="red"] diff --git a/docs/modules/reference/pages/release/github.adoc b/docs/modules/reference/pages/release/github.adoc index 024a8d35..ebb74881 100644 --- a/docs/modules/reference/pages/release/github.adoc +++ b/docs/modules/reference/pages/release/github.adoc @@ -34,6 +34,12 @@ include::partial$release/yaml/common-head.adoc[] # icon:dot-circle[] icon:eye-slash[] draft: false + # Make release compatible with GitHub immutable releases. + # Creates the release as draft, uploads asstes and then publishes. + # Defaults to `false`. + # icon:dot-circle[] + immutableRelease: false + # icon:dot-circle[] prerelease: # Marks the release as prerelease. @@ -90,6 +96,12 @@ include::partial$release/toml/common-head.adoc[] # icon:dot-circle[] icon:eye-slash[] draft = false + # Make release compatible with GitHub immutable releases. + # Creates the release as draft, uploads asstes and then publishes. + # Defaults to `false`. + # icon:dot-circle[] + immutableRelease = false + # Marks the release as prerelease. # Defaults to `false`. # icon:dot-circle[] @@ -142,6 +154,12 @@ include::partial$release/json/common-head.adoc[] // icon:dot-circle[] icon:eye-slash[] "draft": false, + // Make release compatible with GitHub immutable releases. + // Creates the release as draft, uploads asstes and then publishes. + // Defaults to `false`. + // icon:dot-circle[] + "immutableRelease": false, + // icon:dot-circle[] "prerelease": { // Marks the release as prerelease. @@ -205,6 +223,14 @@ include::partial$release/maven/common-head.adoc[] --> false + + false + @@ -281,6 +307,12 @@ include::partial$release/gradle/common-head.adoc[] // icon:dot-circle[] icon:eye-slash[] draft = false + // Make release compatible with GitHub immutable releases. + // Creates the release as draft, uploads asstes and then publishes. + // Defaults to `false`. + // icon:dot-circle[] + immutableRelease = false + // icon:dot-circle[] prerelease { // Marks the release as prerelease. From 356f1d7664a260322d99c7c9c59f1e2c8db5295c Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Thu, 2 Oct 2025 21:05:16 +0200 Subject: [PATCH 3/5] Fix antora settings --- docs/antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 6e9c39a6..4f5f9c53 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,11 +1,11 @@ name: guide title: JReleaser -version: latest +version: early-access asciidoc: attributes: - jreleaser-version: 1.20.0 - jreleaser-effective-version: 1.20.0 - jreleaser-tag: v1.20.0 + jreleaser-version: 1.21.0-SNAPSHOT + jreleaser-effective-version: 1.21.0-SNAPSHOT + jreleaser-tag: early-access jreleaser-raw-ghcontent: https://raw.githubusercontent.com/jreleaser/jreleaser/main jreleaser-extension-api: 'https://raw.githubusercontent.com/jreleaser/jreleaser/main/api/jreleaser-model-api/src/main/java/org/jreleaser/extensions/api' pomchecker-version: 1.14.0 From c051f712610c97d7ffe037aa93c6ec2b85255b7c Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Sat, 18 Oct 2025 09:56:33 +0200 Subject: [PATCH 4/5] Update Portal Publisher API examples with `RELEASE` activation --- docs/modules/examples/pages/maven/maven-central.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/examples/pages/maven/maven-central.adoc b/docs/modules/examples/pages/maven/maven-central.adoc index 6ba6973b..9d807529 100644 --- a/docs/modules/examples/pages/maven/maven-central.adoc +++ b/docs/modules/examples/pages/maven/maven-central.adoc @@ -48,7 +48,7 @@ deploy: maven: mavenCentral: sonatype: - active: ALWAYS + active: RELEASE url: {central_url} stagingRepositories: - target/staging-deploy @@ -65,7 +65,7 @@ TOML:: armored = true [deploy.maven.mavenCentral.sonatype] - active = "ALWAYS" + active = "RELEASE" url = "{central_url}" stagingRepositories = ["target/staging-deploy"] ---- @@ -86,7 +86,7 @@ JSON:: "maven": { "mavenCentral": { "sonatype": { - "active": "ALWAYS", + "active": "RELEASE", "url": "{central_url}", "stagingRepositories": [ "target/staging-deploy" @@ -114,7 +114,7 @@ Maven:: - ALWAYS + RELEASE {central_url} target/staging-deploy @@ -139,7 +139,7 @@ jreleaser { maven { mavenCentral { sonatype { - active = 'ALWAYS' + active = 'RELEASE' url = '{central_url}' stagingRepository('target/staging-deploy') } From d0d99a5226a569f320cce47d91ccf19dd01451e2 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Sat, 18 Oct 2025 09:59:13 +0200 Subject: [PATCH 5/5] Update footer license year --- landing/index.html | 2 +- landing/testimonials.html | 2 +- ui-bundle/partials/footer-content.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/landing/index.html b/landing/index.html index 0bc008d9..664458de 100644 --- a/landing/index.html +++ b/landing/index.html @@ -312,7 +312,7 @@

Maximize distribution and reach.