Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/modules/examples/pages/maven/maven-central.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ deploy:
maven:
mavenCentral:
sonatype:
active: ALWAYS
active: RELEASE
url: {central_url}
stagingRepositories:
- target/staging-deploy
Expand All @@ -65,7 +65,7 @@ TOML::
armored = true

[deploy.maven.mavenCentral.sonatype]
active = "ALWAYS"
active = "RELEASE"
url = "{central_url}"
stagingRepositories = ["target/staging-deploy"]
----
Expand All @@ -86,7 +86,7 @@ JSON::
"maven": {
"mavenCentral": {
"sonatype": {
"active": "ALWAYS",
"active": "RELEASE",
"url": "{central_url}",
"stagingRepositories": [
"target/staging-deploy"
Expand Down Expand Up @@ -114,7 +114,7 @@ Maven::
<maven>
<mavenCentral>
<sonatype>
<active>ALWAYS</active>
<active>RELEASE</active>
<url>{central_url}</url>
<stagingRepositories>target/staging-deploy</stagingRepositories>
</sonatype>
Expand All @@ -139,7 +139,7 @@ jreleaser {
maven {
mavenCentral {
sonatype {
active = 'ALWAYS'
active = 'RELEASE'
url = '{central_url}'
stagingRepository('target/staging-deploy')
}
Expand Down
32 changes: 32 additions & 0 deletions docs/modules/reference/pages/release/github.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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[]
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -205,6 +223,14 @@ include::partial$release/maven/common-head.adoc[]
-->
<draft>false</draft>

<!--
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</immutableRelease>

<!--
icon:dot-circle[]
-->
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2 class="featurette-heading">Maximize distribution and reach.</h2>
</main>
</div>
<footer class="footer">
<p>Copyright (C) 2021-2022 Andres Almiray. This page was built using an adapted version of the Antora default
<p>Copyright (C) 2021-2025 Andres Almiray. This page was built using an adapted version of the Antora default
UI.</p>
<p>The source code for this UI is licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/">Mozilla
Public License Version 2.0</a> (MPL-2.0).</p>
Expand Down
2 changes: 1 addition & 1 deletion landing/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2>Testimonials</h2>
</main>
</div>
<footer class="footer">
<p>Copyright (C) 2021-2022 Andres Almiray. This page was built using an adapted version of the Antora default
<p>Copyright (C) 2021-2025 Andres Almiray. This page was built using an adapted version of the Antora default
UI.</p>
<p>The source code for this UI is licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/">Mozilla
Public License Version 2.0</a> (MPL-2.0).</p>
Expand Down
2 changes: 1 addition & 1 deletion ui-bundle/partials/footer-content.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="footer">
<p>Copyright (C) 2021-2022 Andres Almiray. This page was built using an adapted version of the Antora default UI.</p>
<p>Copyright (C) 2021-2025 Andres Almiray. This page was built using an adapted version of the Antora default UI.</p>
<p>The source code for this UI is licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/">Mozilla Public License Version 2.0</a> (MPL-2.0).</p>
</footer>