Skip to content

Commit e215b73

Browse files
committed
Some environment variables may not be defined inside files
Fixes #102
1 parent 2535936 commit e215b73

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

docs/modules/tools/pages/jreleaser-ant.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ These additional environment variables are supported as well:
5959
| JRELEASER_NO_COLOR | disable colors in output
6060
|===
6161

62+
WARNING: These environment variables cannot be defined in `.env` files nor any other input files supported by
63+
xref:reference:environment.adoc[].
64+
6265
== Filtering Artifacts
6366

6467
Many commands let you filter (include or exclude) artifacts using a combination of target properties or environment variables.

docs/modules/tools/pages/jreleaser-cli.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ These additional environment variables are supported as well:
7272
| JRELEASER_NO_COLOR | disable colors in output
7373
|===
7474

75+
WARNING: These environment variables cannot be defined in `.env` files nor any other input files supported by
76+
xref:reference:environment.adoc[].
77+
7578
== Filtering Artifacts
7679

7780
Many commands let you filter (include or exclude) artifacts using a combination of command flags or environment variables.

docs/modules/tools/pages/jreleaser-gradle.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ These additional environment variables are supported as well:
5454
| JRELEASER_NO_COLOR | disable colors in output
5555
|===
5656

57+
WARNING: These environment variables cannot be defined in `.env` files nor any other input files supported by
58+
xref:reference:environment.adoc[].
59+
5760
== Filtering Artifacts
5861

5962
Many commands let you filter (include or exclude) artifacts using a combination of task flags or environment variables.

docs/modules/tools/pages/jreleaser-maven.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ These additional environment variables are supported as well:
8787
| JRELEASER_NO_COLOR | disable colors in output
8888
|===
8989

90+
WARNING: These environment variables cannot be defined in `.env` files nor any other input files supported by
91+
xref:reference:environment.adoc[].
92+
9093
== Filtering Artifacts
9194

9295
Many commands let you filter (include or exclude) artifacts using a combination of properties or environment variables.

0 commit comments

Comments
 (0)