mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Document os/platform name templates
This commit is contained in:
@@ -278,6 +278,19 @@ jreleaser {
|
||||
----
|
||||
====
|
||||
|
||||
== Platform
|
||||
|
||||
The following names are related to detected OS/Platform settings
|
||||
|
||||
[%header, cols="<2,<5", width="100%"]
|
||||
|===
|
||||
| Key | Description
|
||||
| osName | value of System.getProperty("os.name")
|
||||
| osArch | value of System.getProperty("os.arch")
|
||||
| osPlatform | combination of `${osName}-${osArch}`
|
||||
| osVersion | value of System.getProperty("os.version")
|
||||
|===
|
||||
|
||||
== Release
|
||||
|
||||
The following names are related to xref:configuration:release/index.adoc[]
|
||||
|
||||
Reference in New Issue
Block a user