Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 9, 2022
1 parent 49c55bb commit 06ac7f5
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 401 deletions.
140 changes: 140 additions & 0 deletions docs/modules/tools/pages/jreleaser-ant.adoc
Expand Up @@ -160,6 +160,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-template

Generate a tool/announcer template.
Expand Down Expand Up @@ -330,6 +340,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-assemble

Assemble all distributions.
Expand Down Expand Up @@ -418,6 +438,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-changelog

Calculate the changelog.
Expand Down Expand Up @@ -450,6 +480,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-checksum

Calculate checksums.
Expand Down Expand Up @@ -520,6 +560,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-sign

Sign release artifacts.
Expand Down Expand Up @@ -590,6 +640,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-deploy

Deploys all staged artifacts.
Expand Down Expand Up @@ -688,6 +748,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-upload

Uploads all artifacts.
Expand Down Expand Up @@ -788,6 +858,16 @@ Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

---

*uploaderNames*
[horizontal]
Type:: List<String>
Expand Down Expand Up @@ -940,6 +1020,16 @@ Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

---

*uploaderNames*
[horizontal]
Type:: List<String>
Expand Down Expand Up @@ -1044,6 +1134,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-package

Package all distributions.
Expand Down Expand Up @@ -1132,6 +1232,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-publish

Publish all distributions.
Expand Down Expand Up @@ -1220,6 +1330,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-announce

Announce a release.
Expand Down Expand Up @@ -1300,6 +1420,16 @@ Property:: jreleaser.skip
Required:: false
Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

=== jreleaser-full-release

Perform a full release.
Expand Down Expand Up @@ -1472,6 +1602,16 @@ Description:: Skips execution of this task.

---

*strict*
[horizontal]
Type:: boolean
Default value:: false
Property:: jreleaser.strict
Required:: false
Description:: Enable strict mode.

---

*uploaderNames*
[horizontal]
Type:: List<String>
Expand Down

0 comments on commit 06ac7f5

Please sign in to comment.