@@ -46,6 +46,7 @@ signing:
4646 mode: MEMORY
4747
4848 # The passphrase required to read secret keys.
49+ # If not set and mode = `COMMAND`, the command may ask for the passphrase interactively.
4950 # icon:dot-circle[] icon:eye-slash[]
5051 passphrase: __USE_ENVIRONMENT_VARIABLE__
5152
@@ -161,6 +162,7 @@ TOML::
161162 mode = 'MEMORY'
162163
163164 # The passphrase required to read secret keys.
165+ # If not set and mode = `COMMAND`, the command may ask for the passphrase interactively.
164166 # icon:dot-circle[] icon:eye-slash[]
165167 passphrase = "__USE_ENVIRONMENT_VARIABLE__"
166168
@@ -276,6 +278,7 @@ JSON::
276278 "mode": "MEMORY",
277279
278280 // The passphrase required to read secret keys.
281+ // If not set and mode = `COMMAND`, the command may ask for the passphrase interactively.
279282 // icon:dot-circle[] icon:eye-slash[]
280283 "passphrase": "__USE_ENVIRONMENT_VARIABLE__",
281284
@@ -411,6 +414,7 @@ Maven::
411414 <!--
412415 The passphrase required to read secret keys.
413416 Required when mode = `MEMORY` || `FILE`.
417+ If not set and mode = `COMMAND`, the command may ask for the passphrase interactively.
414418 icon:dot-circle[] icon:eye-slash[]
415419 -->
416420 <passphrase>__USE_ENVIRONMENT_VARIABLE__</passphrase>
@@ -564,6 +568,7 @@ jreleaser {
564568 mode = 'MEMORY'
565569
566570 // The passphrase required to read secret keys.
571+ // If not set and mode = `COMMAND`, the command may ask for the passphrase interactively.
567572 // icon:dot-circle[] icon:eye-slash[]
568573 passphrase = '__USE_ENVIRONMENT_VARIABLE__'
569574
0 commit comments