Skip to content

Commit

Permalink
Fix scriptHook maven example and typo in section 'Output'
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmueller authored and aalmiray committed Mar 21, 2024
1 parent 7f928f6 commit 35ad1a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/reference/pages/hooks/script.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Maven::
icon:dot-circle[]
-->
<before>
<commandHook>
<scriptHook>
<!--
Let the release continue if the hook fails.
Defaults to `false`.
Expand Down Expand Up @@ -416,7 +416,7 @@ Maven::
icon:dot-circle[]
-->
<filter>
<includes>release</include>
<includes>release</includes>
<excludes>publish</excludes>
</filter>
Expand All @@ -429,7 +429,7 @@ Maven::
<platform>linux</platform>
<platform>!windows</platform>
</platforms>
</commandHook>
</scriptHook>
</before>
</script>
</hooks>
Expand Down Expand Up @@ -698,7 +698,7 @@ NOTE: Use quotes around name templates if their evaluation may result in an empt

== Output

Command hooks have the option to provide key/value pairs as input for other steps in the current workflow. Simply
Script hooks have the option to provide key/value pairs as input for other steps in the current workflow. Simply
use `JRELEASER_OUTPUT:` as prefix in the script's output followed by `key=value`. For example, the following configuration
adds a key named `foo` with a value `bar` before the `changelog` step is invoked:

Expand Down

0 comments on commit 35ad1a8

Please sign in to comment.